v1
latestOpenAPI 3.0.12026-07-239039.8 KBreviews
List Reviews
Returns a list of Reviews for the requested store
get/reviews
Query parameters
limitinteger
A limit on the number of items returned. Between 1 and 100. Default 25.
lastEvaluatedstring
The URL-encoded JSON object representing the cursor for the next page of results.
orderBystring
The sort order of the reviews. Format: '(date|rating) (asc|desc)'. Default 'date desc'
status'approved' | 'pending' | 'rejected'
The moderation status of the review.
A filter on the Reviews based on the review's moderation status. The value must be one of 'approved', 'pending', 'rejected'. Default 'approved'.
Response
An object containing a list of Reviews and a relative link to the next page of results if available.