stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductFeedCreatePayload

AdminTypes.ProductFeedCreatePayload interface

Return type for productFeedCreate mutation.

Signature:

export interface ProductFeedCreatePayload 

Properties

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.