Organization / Goods receipts
goodsReceipts
List goods receipts
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 goods receipts. A filter made up of field terms, connectives, modifiers, and comparators. You can apply one or more filters to a query.
Supported filters
warehouse.idstringAny value
statusenumCANCELEDEXPECTEDARRIVEDPENDINGCOMPLETEDcreated_atdatetimeAny value
reverse•Boolean!Default: falseReverse the order of the underlying list.
sortKey•GoodsReceiptsSortKeyDefault: IDSort the underlying list using a key.
COMPLETED_ATCREATED_ATIDPossible 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.