stack

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

AdminTypes.ProductVariantsBulkCreatePayload interface

Return type for productVariantsBulkCreate mutation.

Signature:

export interface ProductVariantsBulkCreatePayload 

Properties

Property Modifiers Type Description
product?   Maybe<Product> (Optional) The updated product object.
productVariants?   Maybe<Array<ProductVariant>> (Optional) The newly created variants.
userErrors   Array<ProductVariantsBulkCreateUserError> The list of errors that occurred from executing the mutation.