query
orders
Get all orders associated with a customer account.
Arguments
customMeta
StringA filter and retrieve data using special fields included for special use-cases.
fromDate
StringThe date from which the orders should be retrieved.
pageNo
IntThe page number to navigate through the given set of results. Default value is 1.
pageSize
IntThe number of items to retrieve in each page. Default value is 10.
status
IntA filter to retrieve orders by their current status such as 'placed', 'delivered' etc.
toDate
StringThe date till which the orders should be retrieved.
Response
filters
OrderFiltersAn array containing the order statuses.
items
[Order]List of orders, each containing detailed information about individual orders and their respective shipments.
page
OrderPageInfoPage Configuration.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?