GetOrderHistory API
Use GetOrderHistory API to get a list of Orders placed via the Rewards API within a specific time-range.
Base URL :
Staging :
https://stagingaccount.xoxoday.com/chef
Production :
https://accounts.xoxoday.com/chef
Parameters
Body Parameters
Body Parameters
Property
Type
Description
startDate
*
String
Date from which order history needs to be retrieved
endDate
*
String
Date till which order history needs to be retrieved
limit
*
Integer
Limit for number of orders per page
page
*
Integer
Page number with respect to the limit specified (starts with 1)
"*" means the parameter is mandatory
Last updated