get https://api.yotpo.com/apps//purchases?utoken=:token
Invalidated Orders
Orders 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
count
parameter to return the desired quantity of orders. Yotpo recommends querying 200 orders per request.
Note:
In the response,
total_purchases
represents the total number of existing orders whiletotal_orders
represents the total number of orders returned per call as defined using thecount
parameter. By default,total_orders
will return 10 orders if thecount
parameter is excluded.e.g.
"total_purchases": 1278421,
"total_orders": 10