Configuring URLs for carriers

  1. In the Shop section of the Business Center, select Delivery Carrier. A list of carriers that have been replicated from the ERP is displayed.
  2. Click the ID of the carrier that you are configuring.
  3. In the Delivery Carrier Name field, specify the name of the carrier.
  4. In the Tracking URL field, specify the URL format that the carrier uses. Use the parameter values as placeholders for variable information. To use a parameter value, enclose it in %% characters. For example, to use the AWB/Tracking ID in the URL, specify %%AWBParam%%. You can use these parameter values:
    Option Description
    AWBParam Placeholder for the tracking number
    country_code Placeholder for the country code
    language_code Placeholder for the language code
    locale_code Placeholder for the locale code
    For example, a carrier uses this basic format for its delivery tracking link:
    www.carrierexample.com/track?loc=[locale variable]&tracknum=[tracking number variable]
    To display the delivery tracking link on your website, specify this value in the Tracking URL field:
    http://www.carrierexample.com/track?loc=%%locale_code%%&tracknum=%%AWBParam%%
  5. Click Save.