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
This API endpoint is throttled—if you submit too many feeds too quickly, you might hit Walmart’s rate limits and receive HTTP 429 responses. To learn more about throttling, refer to the Marketplace throttling documentation.
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 about 17 hours ago