Get order parameters
GET /orders/{tracking_number}
Retrieves an order in Shippit using the tracking number.
If the order doesnโt exist, you receive a 404
error.
Name | In | Type | Required | Description |
---|---|---|---|---|
tracking_number | path | string | true | The tracking number of the order. |
To perform this operation, you must be authenticated with an authentication token.