Preview

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

deleteProductReviews

Remove all product reviews by product IDs. This operation is idempotent and will return true even if a product ID is not found.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_PARTNER

    Arguments

    input DeleteProductReviewsInput! PREVIEW

    Specifies product IDs

    DeleteProductReviewsInput fields

    externalProvider String!

    External product review provider name, the name needs to be the same as the one used to push reviews

    productIds [String!]!

    List of product IDs

    Return Fields

    success Boolean

    Indicator of the operation success

    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.