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.
Query parameters
Response
Paginated list of fulfillment orders.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}Changes
Changed in 2 of the 9 revisions of this API.16
- ○
added the new optional
queryrequest parametercreatedFromnew-optional-request-parameter
- ○
added the new optional
queryrequest parametercreatedTonew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterorderIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortBynew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortOrdernew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstrategyIdnew-optional-request-parameter
- ○
added the required property
data/items/created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/order_idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/statusto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/strategy_idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/updated_atto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○