product-reviews

Get a product review

Returns a single product review.

get/products/reviews/{id}

Path parameters

idinteger required

Unique identifier for the review.

Query parameters

context'view' | 'embed'

Scope under which the request is made; determines fields present in response.

Response

Product review data.

idinteger

Unique identifier for the resource.

date_createdstring date-time

The date the review was created.

date_created_gmtstring date-time

The date the review was created, as GMT.

product_idinteger

Unique identifier for the product that the review belongs to.

statusstring

Status of the review.

reviewerstring

Name of the reviewer.

reviewer_emailstring

Email of the reviewer.

reviewstring

The content of the review.

ratinginteger

Review rating (0 to 5).

verifiedboolean

Shows if the reviewer bought the product or not.

Changes

No recorded changes to this endpoint across all 1 revision of this API.