API connection
When to use the API
ZigZag provides an API to access tracking information. This information can be used for the following purposes:
- Customise your tracking page hosted on your site
- Display tracking in a mobile application
- Use ZigZag information in your back-office - CRM, support, logistics tool, etc.
- Be used with a mobile application - Your customers can call in, enter their order number, and retrieve the status of their order
- Display tracking in a bot - to respond to your customers asking "where's my package?"
How to use the API
Required conditions
The request made to our API must indicate the private key used to identify you.
You are integrated with orders (technical documentation)
You must specify at least one of the following in your request:
- order number
- customer email
If you need to paginate the results, you can specify this in the order request by:
- order date
- date of creation in ZigZag
You are integrated with trackers (technical documentation)
You will need to specify the tracking number in your request.
Available information Depending on the request made, ZigZag will respond with the appropriate information. The main information is:
- order date
- delivery address
- order content
- delivery status
- estimated delivery date
- events
Technical documentation
For more information, review our technical documentation