Feed Status API Update

7/30/2024 Update:

We are introducing a new pagination mechanism in the API called "nextCursor." This mechanism allows users to retrieve the next set of items and view their statuses more efficiently. By including the "nextCursor" parameter in your API requests, you can seamlessly navigate large datasets.

Note: We will continue supporting the current pagination "Offset" pagination mechanism. Our goal is to sunset this, but there is no set date. However, we have found intermittent issues with this pagination mechanism with feeds submitted with over 1,000+ updates.

Key Details:

API Endpoint Name: Single Feed Item Status

API Endpoint: https://api-gateway.walmart.com/v3/feeds/{feedId}

New Pagination Query Parameter: nextCursor

Default Limits: We have ensured that the default limits of items returned in the API response are consistently applied across all requests, as defined in the API documentation.