query

orders

Get all orders associated with a customer account. Returns paginated list of orders with filters.
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. For example, '2023-01-14' or '2023-01-14T00:00:00Z'.
pageNo
Int
The page number to navigate through the given set of results. Default value is 1. For example, 1, 2, or 3.
pageSize
Int
The number of items to retrieve in each page. Default value is 10. For example, 10, 20, or 50.
status
Int
A filter to retrieve orders by their current status such as 'placed', 'delivered' etc. For example, 1 for 'placed', 2 for 'confirmed', 10 for 'handed_over_to_dg', 114 for 'credit_note_generated'.
toDate
String
The date till which the orders should be retrieved. For example, '2023-12-31' or '2023-12-31T23:59:59Z'.
Response
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...