get https://app.ecwid.com/api/v3//reviews
Access scopes
Requires the following access scope: read_reviews
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
id | number | Review ID. |
status | number | Review status. One of:moderated - review is sent by a customer but not yet published.published - review is published. |
rating | number | Product rating selected by a customer from 1 to 5 . |
customerId | number | ID of a customer associated with the review. |
productId | number | ID of the reviewed product. |
orderId | number | ID of the order associated with the review. |
review | string | Text of the review. |
reviewerInfo | object{reviewerInfo} | Details about the customer who placed the review. |
createDate | string | Date when the customer submitted the review in date format, e.g. "2021-05-26 13:37:46 +0000" . |
updateDate | string | Date of the latest review update in date format, e.g. "2021-05-27 10:00:00 +0000" . |
createTimestamp | number | Date when the customer submitted the review in UNIX, e.g. 1622036266926 . |
updateTimestamp | number | Date of the latest review update in UNIX, e.g. 1622758299634 . |
reviewerInfo
Field | Type | Description |
---|---|---|
name | string | Name of the customer associated with the review. |
string | Email of the customer associated with the review. | |
country | string | Country specified by the customer in an order associated with the review. |
city | string | City specified by the customer in an order associated with the review. |
orders | number | Amount of orders placed by the customer associated with the review. |