Skip to main content
PUT
Update product review

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

review Ulid

product_id
string
required

product Ulid

Body

application/json
status
enum<string>
required
Available options:
pending,
approved,
rejected,
archived
tags
string[]
review_reply
string
images
string[]

array of file ids

videos
string[]

array of file ids

Response

200 - application/json

OK

message
string
success
boolean
content
object