GET
/
product
/
orders

This endpoint allows you to get a list of products with the most orders, highest GMV (Gross Merchandise Value) or highest AOV (Average Order Value).

This endpoint is limited to 20 products per response and is always ordered by DESCENDING count (highest to lowest).

order_by
string
required

The field to order by. Can be orders, gmv or aov.

offset
number
required

The number of products to skip.