Catalog
Update product review
PUT
/
catalog
/
products
/
{product_id}
/
reviews
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
product_id
string
requiredproduct Ulid
id
string
requiredreview Ulid
Body
application/json
status
enum<string>
requiredAvailable options:
Pending
, Approved
, Rejected
, Archived
tags
string[]
is_featured
boolean
Response
200 - application/json
message
string
success
boolean
content
object