Home > @infiniteobjects/shopify-data-manager > AdminTypes > BulkProductResourceFeedbackCreatePayload
Return type for bulkProductResourceFeedbackCreate mutation.
Signature:
export interface BulkProductResourceFeedbackCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| feedback? | Maybe<Array<ProductResourceFeedback>> | (Optional) The feedback that’s created. | |
| userErrors | Array<BulkProductResourceFeedbackCreateUserError> | The list of errors that occurred from executing the mutation. |