Get Order History 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

ParameterTypeDescription
startDateStringStart date for filtering records.
endDateStringEnd date for filtering records.
limitIntNumber of records to return per page (pagination).
pageIntPage number to fetch when paginating results.
tagStringCustom tag to filter or group records by campaign, user, or other metadata.

Implementation Notes

  1. 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.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!