ProductVariantCreate Object
Creates a new variant for a product.
type ProductVariantCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productVariant: ProductVariant
}
Fields
errors ● [ProductError!]!
productVariant ● ProductVariant
Show deprecated
Returned By
productVariantCreate mutation