GraphQL API
Warehouse API
Warehouse / Fulfillments

fulfillments

List fulfillments

Arguments

7 arguments
afterString

A cursor after which elements are returned.

beforeString

A cursor before which elements are returned.

firstInt

Limits number of fetched items. Maximum allowed value: 250.

lastInt

Limits number of fetched items. Maximum allowed value: 250.

queryString

Search and filter expression for fulfillments. A filter made up of field terms, connectives, modifiers, and comparators. You can apply one or more filters to a query.

Supported filters
iduuid
Any value
organization.iduuid
Any value
mainOrder.brand.iduuid
Any value
statusenum
CALCULATINGON_HOLDRELEASEPENDINGPICKINGPICKEDPACKINGQUEUEDUNSCHEDULEDSHIPPED
release_atdatetime
Any value
shipped_atdatetime
Any value
quantity_itemsint
Any value
quantity_productsint
Any value
orders.iduuid
Any value
orders.recipient_address.country_codestring
Any value
exceptionbool
Any value
pickablebool
Any value
referencestring
Any value
searchstring
Any value
picklist_preset_iduuid
Any value
reverseBoolean!Default: false

Reverse the order of the underlying list.

sortKeyFulfillmentsSortKeyDefault: ID

Sort the underlying list using a key.

CREATED_ATIDRELEASE_ATSHIPPED_AT

Possible return

cursorString!

A unique cursor that can be used for pagination.

endCursorString

The cursor to continue paginating forwards.

hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.