Tracking
The Track API allows you to request tracking information. You can also use the track API to subscribe to the webhook. For more information about the webhook, see the webhook section.
trackOrder
GET /orders/{tracking_number}/tracking
This sends a tracking request to the API to retrieve the status of an Order.
This uses a pull-based model of Order tracking, which sends tracking info on each request. If you would like to use a push-based model where you automatically receive messages on Order status changes, you can subscribe to the Tracking Webhook
instead.