Preview

pushReviews is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_PARTNER

    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.