Tracking URLs
Last updated
Last updated
If you provide a tracking url via your API then you should enter it's JSON key in the Tracking URL field as shown below:
In the example above we will automatically fetch the value contained within the "tracking_url" parameter and attached this to the customer's order within Shopify.
If you do not include a tracking url via your API you can dynamically construct a url using liquid variables. ā
There are currently three variables available:
Field name | Description | Example |
id | Shopify's unique identifier for the order | 2206491738155 |
external_id | Your unique identifier for the order provided in your Delivery Create response | ABCDEFG12345 |
tracking_number | The tracking number provided in your Delivery Create response | RETHNKW354W3H438 |