Skip to main content

List Order Shipments

GET 

/api/sales-orders/:salesOrder/fulfillments

Lists ALL shipments (SalesOrderFulfillments) for a sales order, used by the order's Fulfillment tab. Includes VOIDED shipments (SKU-8019): a voided shipment carries a non-null voided_at (plus void_reason and voided_by) and status=canceled — it was reversed and its fulfillment order reopened, but is kept for history. The UI buckets voided shipments into a read-only "Voided" filter and excludes them from the active lifecycle counts. Each shipment exposes its fulfillment_lines, warehouse, shipping method, tracking, and provider-sync timestamps.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type