Warehouse / Fulfillments
fulfillments
List fulfillments
Arguments
7 argumentsafter•StringA cursor after which elements are returned.
before•StringA cursor before which elements are returned.
first•IntLimits number of fetched items. Maximum allowed value: 250.
last•IntLimits number of fetched items. Maximum allowed value: 250.
query•StringSearch 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
iduuidAny value
organization.iduuidAny value
mainOrder.brand.iduuidAny value
statusenumCALCULATINGON_HOLDRELEASEPENDINGPICKINGPICKEDPACKINGQUEUEDUNSCHEDULEDSHIPPEDrelease_atdatetimeAny value
shipped_atdatetimeAny value
quantity_itemsintAny value
quantity_productsintAny value
orders.iduuidAny value
orders.recipient_address.country_codestringAny value
exceptionboolAny value
pickableboolAny value
referencestringAny value
searchstringAny value
picklist_preset_iduuidAny value
reverse•Boolean!Default: falseReverse the order of the underlying list.
sortKey•FulfillmentsSortKeyDefault: IDSort the underlying list using a key.
CREATED_ATIDRELEASE_ATSHIPPED_ATPossible return
cursor•String!A unique cursor that can be used for pagination.
endCursor•StringThe cursor to continue paginating forwards.
hasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.