fulfillment-orders
List fulfillment orders
Returns a paginated list of fulfillment orders scoped to the caller account. Optional, combinable filters: order (orderId), operation/store (strategyId), current stage (status) and a creation-date window (createdFrom/createdTo, ISO 8601, at most 6 months apart when both are given). Sortable by createdAt/updatedAt (default createdAt desc). accountCode comes from the JWT.
get/api/v1/fulfillment-orders
Query parameters
orderIdstring
strategyIdstring
statusstring
createdFromstring
createdTostring
pagenumber
limitnumber
sortBystring
sortOrderstring
Response
Paginated list of fulfillment orders.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}