# QuantityPriceBreak - admin-graphql - OBJECT Version: 2024-10 ## Description Quantity price breaks lets you offer different rates that are based on the amount of a specific variant being ordered. ### Access Scopes `read_products` access scope. Also: The shop has the `international_price_overrides` or Markets or B2B features enabled. ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [minimumQuantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - Minimum quantity required to reach new quantity break price. * [price](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The price of variant after reaching the minimum quanity. * [priceList](/docs/api/admin-graphql/2024-10/objects/PriceList): PriceList! - The price list associated with this quantity break. * [variant](/docs/api/admin-graphql/2024-10/objects/ProductVariant): ProductVariant! - The product variant associated with this quantity break. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples