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.

Rate limits

If you submit too many feeds in a short period of time, you may exceed Walmart’s rate limits and receive HTTP 429 (Too Many Requests) responses. For more details on throttling and best practices, refer to the Rate Limiting Guide.

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