Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantUpdatePayload
Return type for productVariantUpdate mutation.
Signature:
export interface ProductVariantUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| product? | Maybe<Product> | (Optional) The product associated with the variant. | |
| productVariant? | Maybe<ProductVariant> | (Optional) The updated variant. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |