Skip to content
Guides
API reference
stablecatalog:read

Get product review

GET/v1/catalog/product-reviews/{reviewId}

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

reviewId*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/catalog/product-reviews/string"
{  "id": "string",  "productId": "string",  "productName": "string",  "customerId": null,  "orderId": null,  "isVerifiedPurchase": true,  "rating": 0,  "title": null,  "content": "string",  "reviewerName": null,  "reviewerEmail": null,  "status": "pending",  "approvedAt": null,  "approvedBy": null,  "createdOn": "2019-08-24T14:15:22Z",  "updatedOn": null}