Tracking

Building requests for the Tracking API

Before you can start using the API, you will need to obtain the authentication token.

The following headers will be required, where the word token must be replaced by the token obtained in the authentication process:

--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token'

All the parameters for creating the order to be tracked will be sent in the body .

The Tracking API has the following endpoints:

Manage orders

Updating orders

The term {{trackingId}} must be replaced by the ID of the order to be updated.

Manage themes