orders
List the fulfillment orders of an order
Returns the consolidated fulfillment view of a single order: every fulfillment order it spawned, each with its full timeline (tracking events), its shipments, and each shipment tracking timeline. One order may spawn more than one fulfillment order (split, re-routing, re-assignment). NOT paginated — an order is served by at most a handful of operations. Validates that the parent order exists (404 when it does not, belongs to another account, or is soft-deleted). Scoped to the caller account; soft-deleted records are excluded. accountCode comes from the JWT.
get/api/v1/orders/{orderId}/fulfillment-orders
Path parameters
orderIdstring uuid required
Example:01920000-0000-7000-8000-000000000000
Parent order identifier (UUID).
Response
The fulfillment orders of the order, each enriched with timeline, shipments and shipment tracking.