Skip to main content
Anchor to bulkProductResourceFeedbackCreate

bulkProductResourceFeedbackCreate

mutation

Requires write_resource_feedbacks access scope. Also: App must be configured to use the Storefront API or as a Sales Channel.

Creates product feedback for multiple products.

•[ProductResourceFeedbackInput!]!required

An array of inputs to create the feedback. Limited to 50.


Was this section helpful?

Anchor to BulkProductResourceFeedbackCreatePayload returnsBulkProductResourceFeedbackCreatePayload returns

•[ProductResourceFeedback!]

The feedback that's created.

•[BulkProductResourceFeedbackCreateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?