pushReviews
Create or update product reviews. If the review already exist it will be replaced. Maximum of 250 reviews can be pushed at the same time.
This page contains
Arguments
| input PushReviewsInput! PREVIEW | Specifies all the product reviews to create or update |
PushReviewsInput fields
| syndication SyndicationInput! PREVIEW | External product review provider |
| reviews [ReviewInput!]! PREVIEW | List of product reviews |
Return Fields
| success Boolean | Indicator of the operation success |
| userErrors [PushReviewsError!] PREVIEW | List of user errors that may prevent the success of pushing reviews |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.