query

orders

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