🚧

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 while total_orders represents the total number of orders returned per call as defined using the count parameter. By default, total_orders will return 10 orders if the count parameter is excluded.

e.g.
"total_purchases": 1278421,
"total_orders": 10

Language