Retrieve a list of tracking numbers by order number
Retrieve a list of tracking numbers by order number.
Authorizations:Token, JWT
Query Parameters
orderNumber required | string |
pagination | booleanEnable or disable pagination |
Query Parameters
orderNumber required | string |
pagination | booleanEnable or disable pagination |
Responses
200Tracking numbers collection
Response schema:
Tracking numbers collection Array
id | integer |
order_id | integer |
value | string |
creationDate | string |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |