stack

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

AdminTypes.ProductCreatePayload interface

Return type for productCreate mutation.

Signature:

export interface ProductCreatePayload 

Properties

Property Modifiers Type Description
product?   Maybe<Product> (Optional) The product object.
shop   Shop The shop associated with the product.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.