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
orderNumber
number
required
The order number of the shipments to retrieve.
Example:
10000045686
shipments
array[object (Shipments) {5}]
required
The items in the option group.
carrier
string
required
The name of the carrier
Example:
FedEx
shippingMethod
string
required
The name of the shipping method
Example:
FedEx Ground
trackingNumber
string
required
The tracking number of the shipment
Example:
392964503590
shipmentDate
string
required
The date of the shipment
Example:
2023-12-01
shipmentItems
array[object (ShipmenItemsDto) {3}]
required
The items included in the shipment
Example
Not configured
Last modified: a year ago