Home > @infiniteobjects/shopify-data-manager > AdminTypes > QuantityPricingByVariantUpdatePayload
Return type for quantityPricingByVariantUpdate mutation.
Signature:
export interface QuantityPricingByVariantUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| productVariants? | Maybe<Array<ProductVariant>> | (Optional) The variants for which quantity pricing was created successfully in the price list. | |
| userErrors | Array<QuantityPricingByVariantUserError> | The list of errors that occurred from executing the mutation. |