Skip to main content
GET
Get a product review

Path Parameters

id
integer
required

Unique identifier for the review.

Query Parameters

context
enum<string>
default:view

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

Available options:
view,
embed

Response

Product review data.

id
integer

Unique identifier for the review.

date_created
string<date-time>

Date when the review was created.

date_created_gmt
string<date-time>

Date when the review was created in GMT.

product_id
integer

Product ID.

status
string

Review status.

reviewer
string

Reviewer name.

reviewer_email
string

Reviewer email.

review
string

Review content.

rating
integer

Review rating.

verified
boolean

Whether the review is verified.