StoreGetCustomersCustomerOrdersParams
Parameters used to filter and configure the pagination of the retrieved orders.
Properties
limit
numberRequiredLimit the number of items returned in the list.
Default: 10
offset
numberRequiredThe number of items to skip when retrieving a list.
Default: 0
fields
stringComma-separated fields that should be included in the returned data.
if a field is prefixed with
+
it will be added to the default fields, using -
will remove it from the default fields.
without prefix it will replace the entire default fields.expand
stringComma-separated relations that should be expanded in the returned data.
id
stringID to filter orders by.
q
stringSearch term to search orders' display ID, email, shipping address's first name, customer's first name, customer's last name, and customer's phone number.
status
OrderStatus[]Statuses to filter orders by.
status
OrderStatus[]fulfillment_status
FulfillmentStatus[]Fulfillment statuses to filter orders by.
fulfillment_status
FulfillmentStatus[]payment_status
PaymentStatus[]Payment statuses to filter orders by.
payment_status
PaymentStatus[]display_id
stringDisplay ID to filter orders by.
cart_id
stringCart ID to filter orders by.
email
stringEmail to filter orders by.
region_id
stringRegion ID to filter orders by.
currency_code
stringCurrency code to filter orders by.
tax_rate
stringTax rate to filter orders by.
created_at
DateComparisonOperatorDate filters to apply on the orders' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.updated_at
DateComparisonOperatorDate filters to apply on the orders' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.canceled_at
DateComparisonOperatorDate filters to apply on the orders' canceled_at
date.
canceled_at
DateComparisonOperatorcanceled_at
date.Was this section helpful?