--- title: QuantityPricingByVariantUpdatePayload - GraphQL Admin description: Return type for `quantityPricingByVariantUpdate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/quantitypricingbyvariantupdatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/quantitypricingbyvariantupdatepayload.md --- # Quantity​Pricing​By​Variant​Update​Payload payload Return type for `quantityPricingByVariantUpdate` mutation. ## Fields * product​Variants [\[Product​Variant!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant) The variants for which quantity pricing was created successfully in the price list. * user​Errors [\[Quantity​Pricing​By​Variant​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/QuantityPricingByVariantUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [quantity​Pricing​By​Variant​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/quantityPricingByVariantUpdate) mutation Updates quantity pricing on a price list. You can use the `quantityPricingByVariantUpdate` mutation to set fixed prices, quantity rules, and quantity price breaks. This mutation does not allow partial successes. If any of the requested resources fail to update, none of the requested resources will be updated. Delete operations are executed before create operations. *** ## Map ### Mutations with this payload * [quantity​Pricing​By​Variant​Update](https://shopify.dev/docs/api/admin-graphql/latest/types/quantityPricingByVariantUpdate)