List Orders
GET
/store/customers/me/ordersRetrieve a list of the logged-in Customer's Orders. The orders can be filtered by fields such as status
or fulfillment_status
. The orders can also be paginated.
Request
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.
Filter by ID.
Filter by status.
Fulfillment status to search for.
Payment status to search for.
Filter by display ID.
Filter by cart ID.
Filter by email.
Filter by region ID.
Filter by the 3 character ISO currency code of the order.
Filter by tax rate.
filter by dates less than this date
filter by dates greater than this date
filter by dates less than or equal to this date
filter by dates greater than or equal to this date
Limit the number of orders returned.
The number of orders to skip when retrieving the orders.
Comma-separated relations that should be expanded in the returned orders.
Comma-separated fields that should be included in the returned orders.