Retrieve a list of tracking numbers from an order
Retrieve a list of tracking numbers from an order.
Authorizations:Token, JWT
Query Parameters
id required | integer |
pagination | booleanEnable or disable pagination |
Query Parameters
id required | integer |
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 |