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
  }
}

Changes

Changed in 2 of the 9 revisions of this API.16

    • added the new optional query request parameter createdFrom

      new-optional-request-parameter

    • added the new optional query request parameter createdTo

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter orderId

      new-optional-request-parameter

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter sortBy

      new-optional-request-parameter

    • added the new optional query request parameter sortOrder

      new-optional-request-parameter

    • added the new optional query request parameter status

      new-optional-request-parameter

    • added the new optional query request parameter strategyId

      new-optional-request-parameter

    • added the required property data/items/created_at to the response with the 200 status

      response-required-property-added

    • added the required property data/items/id to the response with the 200 status

      response-required-property-added

    • added the required property data/items/order_id to the response with the 200 status

      response-required-property-added

    • added the required property data/items/status to the response with the 200 status

      response-required-property-added

    • added the required property data/items/strategy_id to the response with the 200 status

      response-required-property-added

    • added the required property data/items/updated_at to the response with the 200 status

      response-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