Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantCreatePayload
Return type for productVariantCreate mutation.
Signature:
export interface ProductVariantCreatePayload
| 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. |