post
/v1/reviews
This endpoint will allow you to submit a list reviews.
Ratings and Reviews are the most proven form of content to drive traffic and increase conversion. A key part of the purchase journey, Ratings and Reviews also provide brands and retailers with actionable insights to improve products and services.
Request Parameters
1 Header
Request Body
1 Example
Schema
merchant_group_id
integer
required
merchant_id
integer
required
product_page_id
string
required
product_page_id_variant
string
headline
string
required
rating
integer
Rating should be between 1 to 5
required
comments
string
nickname
string
required
location
string
locale
string
required
email
string
user_ip_address
string
iovation_black_box
string
review_source
string
browser
string
bottom_line
string
pros
array[string]
cons
array[string]
service_comments
string
media
array[object]
disclosure_code
string
promo_code
string
campaign_id
string
order_id
string
user_id
string
Client internal identifier for a user.
Responses
{
"message": "Review submitted",
"submission_id": "78c85902-2a88-11eb-adc1-0242ac120002"
}
Schema
message
string
submission_id
string
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
$$.env
No $$.env variables are being used in this request.