StoreGetCustomersCustomerOrdersParams
Parameters used to filter and configure the pagination of the retrieved orders.
Properties
limitnumberRequiredLimit the number of items returned in the list.
Default: 10
offsetnumberRequiredThe number of items to skip when retrieving a list.
Default: 0
canceled_atDateComparisonOperatorDate filters to apply on the orders' canceled_at date.
canceled_atDateComparisonOperatorcanceled_at date.cart_idstringCart ID to filter orders by.
created_atDateComparisonOperatorDate filters to apply on the orders' created_at date.
created_atDateComparisonOperatorcreated_at date.currency_codestringCurrency code to filter orders by.
display_idstringDisplay ID to filter orders by.
emailstringEmail to filter orders by.
expandstringComma-separated relations that should be expanded in the returned data.
fieldsstringComma-separated fields that should be included in the returned data.
fulfillment_statusFulfillmentStatus[]Fulfillment statuses to filter orders by.
fulfillment_statusFulfillmentStatus[]idstringID to filter orders by.
payment_statusPaymentStatus[]Payment statuses to filter orders by.
payment_statusPaymentStatus[]qstringSearch 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.
region_idstringRegion ID to filter orders by.
statusOrderStatus[]Statuses to filter orders by.
statusOrderStatus[]tax_ratestringTax rate to filter orders by.
updated_atDateComparisonOperatorDate filters to apply on the orders' updated_at date.
updated_atDateComparisonOperatorupdated_at date.Was this section helpful?