UPS API Integration

UPS API Integration

 Customer Side 

  1. The customer needs to generate the Client ID and Client Password on their UPS account. 
    1. Go to www.UPS.com, login then go to UPS Developer Portal (https://developer.ups.com/?loc=en_US) and create an application. 
    2. Create an app then integrate it into your business.  Select the account to associate it with.
    3. Fill out the primary contact form.
        

    4. The app name will be N41, and you need to select all the products listed on the category then save.
    5. The client ID and client secret will be generated after completing the step above. 

Support Side
  1. Once the following is provided, go to their server and locate the WEB folder (usually at drive D or C). 
    1. Client ID 
    2. Client Secret
    3. Account Number
  2. Go to Web > webn41 > web.config. Before accessing the web.config file, go to “UPDATE” folder and launch the update_webservice.bat file. 
  3. Once the update is done, go back and select BINfolder. Locate the file webn41.dll if it’s up to date. 
  4. Go back and update the web.config file under “UPSWS.Settings” with the following script. Once done, make sure to save. 
     
    <add key="UpsIsLive" value="true" /> <! -- default: 'false' for test --> 
    <add key="UPSaccount" value="" /> 
    <add key="UpsClientId" value=" " /> 
    <add key="UpsClientSecret" value=" " /> 
  5. Before testing on N41, make sure to copy the endpoint (Help > System > System Options). 
     
  6. Copy and paste this to their division (Company Setup > Company > Division). 
     
  7. Make sure that the warehouse (Company Setup > Company > Warehouse) has its corresponding name. 
     
     
  8. Once the test is successful and generates a tracking number, update the “UpsIsLive” to true then save. 

    • Related Articles

    • SO Manager

      You can manage customer's sales order process from Sales Order to Pick Ticket in one screen. SO Manager displays 4 sections: Customer List - Upper left corner: will display customers who have open Sales Orders only Open Sales Order - Upper right ...