OptionalcategoryComma-separated shop category UUIDs used to filter orders, e.g. uuid1,uuid2.
OptionalcreateFilter orders created on or after this date (ISO 8601). Use with createDate[lte] for a range.
OptionalcreateFilter orders created on or before this date (ISO 8601). Use with createDate[gte] for a range.
OptionalcustomerUUID of the customer whose orders to list.
OptionallimitMaximum number of orders per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.
OptionallocationUUID of the location whose orders to list.
OptionalnextPagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.
OptionalproductComma-separated product UUIDs used to filter orders, e.g. uuid1,uuid2.
OptionalstatusFilter by order status. Comma-separated values, e.g. new,inProgress. Defaults to new, inProgress, and completed when omitted.
Supported values:
OptionaluserUUID of the user whose orders to list.
Query parameters for
sb.shop.orders.list().