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
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.