Organization / Orders
orders
List orders
Arguments
7 argumentsquery•StringSearch and filter expression for orders. A filter made up of field terms, connectives, modifiers, and comparators. You can apply one or more filters to a query.
Supported filters
referencestringAny value
searchstringAny value
exceptionboolAny value
brand.iduuidAny value
customer.iduuidAny value
recipient_address.country_codestringAny value
statusenumCANCELEDCREATEDEXPECTEDALLOCATEDPARTIALLY_SHIPPEDSHIPPEDUNALLOCATEDcreated_atdatetimeAny value
shipped_atdatetimeAny value
reverse•Boolean!Default: falseReverse the order of the underlying list.
first•IntLimits number of fetched items. Maximum allowed value: 250.
last•IntLimits number of fetched items. Maximum allowed value: 250.
after•StringA cursor after which elements are returned.
before•StringA cursor before which elements are returned.
Possible return
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.
endCursor•StringThe cursor to continue paginating forwards.
cursor•String!A unique cursor that can be used for pagination.