get https://api.yotpo.com/apps//purchases?utoken=:token
Invalidated OrdersOrders which were invalidated will not be returned by this call.
Note:This call will return a total of ten orders by default. To retrieve more than ten orders, query the
countparameter to return the desired quantity of orders. Yotpo recommends querying 200 orders per request.
Note:In the response,
total_purchasesrepresents the total number of existing orders whiletotal_ordersrepresents the total number of orders returned per call as defined using thecountparameter. By default,total_orderswill return 10 orders if thecountparameter is excluded.e.g.
"total_purchases": 1278421,
"total_orders": 10