GET Trends API
The Trends API provides monthly and weekly demand and price trends for Customer Favorites assortment recommendations. This API allows you to use two different values for the trendType parameter, DEMAND_TRENDS
and PRICE_TRENDS
.
Throttling
GET Trends API Rate Limit: 500 API calls per seller per hour.
DEMAND_TRENDS
The DEMAND_TRENDS
parameter value generates recommendations based on demand trends over 52-weeks or 12-months on a scale of 0 to 1 (1 being the highest).
You will be able to pull a maximum of 200 records in one response and use nextCursor
to pull the next set of records
PRICE_TRENDS
The PRICE_TRENDS
parameter value generates recommendations based on price trends over 52-weeks or 12-months on a scale of 0 to 1 (1 being the highest).
You will be able to pull a maximum of 200 records in one response and use nextCursor
to pull the next set of records
Updated 23 days ago