Create Multiple Product review

This API endpoint is used to create a product review for multiple products of a completed order

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The reviews must have the following structure

[
  {
    "product_id": 12,
    "comment": "Comment here",
    "qualification": 5
  }
]
Path Params
string
required
Defaults to v400
string
required
Defaults to en
string
required
Defaults to demo
int32
required
Body Params
reviews
array
reviews
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json