Get shipments of an order
GET
/api/v1/shipments/{orderNumber}Retrieve all shipments associated with the order.
Request
Path Params
orderNumber
number
required
The order number of the shipments to retrieve.
Example:
1000000000
Request samples
Responses
Shipments retrieved successfully.(200)
Order not found.(404)
Shipments retrieved successfully.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago