Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Retailer ID
Query Parameters
Shipment status
1: shipment is picked up <br /> 0: shipment is not picked up
Search by tracking or purchase order number
Order IDs. Multiple values may be separated by commas.
Past date till current (Unix epoch format)
Connection ID. Multiple values may be separated by commas.
Sorting preference
Page number within the paginated result set
Number of records per page
Response
OK
Total number of records
600
Next page (applicable in a paginated response)
"https://api.example.org/demo/{retailer_pk}/?page=5"
Previous page (applicable in a paginated response)
"https://api.example.org/demo/{retailer_pk}/?page=3"