stack

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

AdminTypes.ProductVariantCreatePayload interface

Return type for productVariantCreate mutation.

Signature:

export interface ProductVariantCreatePayload 

Properties

Property Modifiers Type Description
product?   Maybe<Product> (Optional) The product associated with the variant.
productVariant?   Maybe<ProductVariant> (Optional) The successfully created variant.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.