post https://accounts.xoxoday.com/chef/v1/oauth/api
Fetch Order History API, allows you to fetch all the orders placed for lounge category for a specific timeline
Get Order History API Schema
Parameter | Type | Description |
---|---|---|
startDate | String | Start date for filtering records. |
endDate | String | End date for filtering records. |
limit | Int | Number of records to return per page (pagination). |
page | Int | Page number to fetch when paginating results. |
tag | String | Custom tag to filter or group records by campaign, user, or other metadata. |
Implementation Notes
- To fetch all the orders within a specified timeframe, pass a higher value in the "limit" parameter and pass the value as "1" in the "page" parameter
How Customers use this getOrderHistory API ?
Customer who have their own internal reporting systems or those personas who want to know the historic data of the transactions for internal auditing purpose, use this endpoint to fetch the order history for a specified time.