Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductFeedCreatePayload
Return type for productFeedCreate mutation.
Signature:
export interface ProductFeedCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| productFeed? | Maybe<ProductFeed> | (Optional) The newly created product feed. | |
| userErrors | Array<ProductFeedCreateUserError> | The list of errors that occurred from executing the mutation. |