Organization / Products
products
List products
Arguments
7 argumentsquery•StringSearch and filter expression for products. A filter made up of field terms, connectives, modifiers, and comparators. You can apply one or more filters to a query.
Supported filters
searchstringAny value
iduuidAny value
codestringAny value
typeenumSTANDARDVIRTUAL_BUNDLEPHYSICAL_BUNDLEquantity_availableintAny value
barcodes.barcodestringAny value
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.
reverse•Boolean!Default: falseReverse the order of the underlying list.
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.