Warehouse / Bulk shipments
bulkShipSuggestions
List bulk ship suggestions
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 bulk ship suggestions. A filter made up of field terms, connectives, modifiers, and comparators. You can apply one or more filters to a query.
Supported filters
organization.iduuidAny value
statusenumCALCULATINGON_HOLDRELEASEPENDINGPICKINGPICKEDPACKINGQUEUEDUNSCHEDULEDSHIPPEDrelease_atdatetimeAny value
reverse•Boolean!Default: falseReverse the order of the underlying list.
sortKey•BulkShipSuggestionsSortKeyDefault: FULFILLMENTS_COUNTSort the underlying list using a key.
FULFILLMENTS_COUNTPossible 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.