DeleteProductReviewsInput
Input for deleting product reviews by product IDs
This page contains
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 |
Mutations for DeleteProductReviewsInput
deleteProductReviews PREVIEW | Remove all product reviews by product IDs. This operation is idempotent and will return true even if a product ID is not found. |