v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
fulfillment-order-shipments

List fulfillment order shipments

Returns a paginated list of shipments scoped to the caller account and parent fulfillment order.

get/api/v1/fulfillment-orders/{fulfillmentOrderId}/shipments

Path parameters

fulfillmentOrderIdstring uuid required
Example:01920000-0000-7000-8000-000000000000

Parent fulfillment order identifier (UUID).

Query parameters

statusstring
pagenumber
limitnumber
sortBystring
sortOrderstring

Response

Paginated list of fulfillment order shipments.

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}