v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-188265.3 KB
Review

Get list of reviews

Retrieves a list of reviews related to a product.

Permissions

This endpoint does not require permissions.

get/reviews-and-ratings/api/reviews

Query parameters

search_termstring
Example:search_term

Returns Reviews that contain the search term in productId, sku, shopperId, or reviewerName.

fromstring
Example:0

Zero base starting record number, 0 is the default value.

tostring
Example:3

Zero base ending record number, 3 is the default value.

order_bystring
Example:SearchDate:asc

Field name to order records. The field name must have the first letter uppercase. Allowed field names: ProductId, ShopperId, Approved, ReviewDateTime, SearchDate, Rating, Locale. Optionally add :asc or :desc.

statusboolean
Example:true

Status of the review, approved (true) or not (false).

product_idstring
Example:1

Filter the reviews by product ID.

Headers

Content-Typestring required

Describes the type of the content being sent.

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Response

OK