DeleteReviewsInput
Input for deleting product reviews by external provider review 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 |
providerReviewIds [String!]! | List of external provider review IDs |
Mutations for DeleteReviewsInput
deleteReviews PREVIEW | Remove product reviews by external provider review IDs. This operation is idempotent and will return true even if a product review ID is not found. |