Get all orders associated with a customer account. Returns paginated list of orders with filters.
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. For example, '2023-01-14' or '2023-01-14T00:00:00Z'.
pageNo
IntThe page number to navigate through the given set of results. Default value is 1. For example, 1, 2, or 3.
pageSize
IntThe number of items to retrieve in each page. Default value is 10. For example, 10, 20, or 50.
status
IntA 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
StringThe date till which the orders should be retrieved. For example, '2023-12-31' or '2023-12-31T23:59:59Z'.
Response
Query
Try it
Input Variables
Response
Was this section helpful?