Get RAP post-purchase items

The Get RAP post-purchase items API is designed to help you programmatically retrieve and filter items related to the Review Acceleration Program (RAP). The API supports querying and sorting to manage items based on their eligibility, enrollment, or completion status within the Reviews Accelerator workflow.

You can use this API to:

The Get RAP post-purchase Items API returns a list of items matching the criteria, including relevant item details and status. The recommended eligible items are ranked on the basis of item priority as suggested by Walmart. Item priority takes various factors into consideration such as sales, impressions, page views, reviews count, and seasonality.

Batch size and pagination

The Get RAP post-purchase Items API returns a maximum of 200 items in one batch, along with a scrollId to fetch subsequent batches of items.

Get subsequent items by scroll ID

For the first request, pass * to fetch the initial page. To fetch the next set of results, use the scrollId as returned by the first Get RAP Post-purchase items API call. Below is a sample request with scroll ID:

/v3/growth/reviews-accelerator/items?scrollId=DXF1ZXJ5QW5kRmV0Y2gBAAAAAACUyUsWamJiNUxwcDJUU0dxbHBObmJvRUF2UQ==

Upon success, it returns the next set of 200 items until no further results are available.