--- title: QuantityRuleOriginType - GraphQL Admin description: The origin of quantity rule on a price list. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/quantityruleorigintype md: https://shopify.dev/docs/api/admin-graphql/latest/enums/quantityruleorigintype.md --- # Quantity​Rule​Origin​Type enum The origin of quantity rule on a price list. ## Valid values * FIXED Quantity rule is explicitly defined. * RELATIVE Quantity rule falls back to the relative rule. *** ## Fields * [Price​List.quantityRules(originType)](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceList#field-PriceList.fields.quantityRules.arguments.originType) ARGUMENT Represents a price list, including information about related prices and eligibility rules. You can use price lists to specify either fixed prices or adjusted relative prices that override initial product variant prices. Price lists are applied to customers using context rules, which determine price list eligibility. For more information on price lists, refer to [Support different pricing models](https://shopify.dev/apps/internationalization/product-price-lists). * [Quantity​Rule.originType](https://shopify.dev/docs/api/admin-graphql/latest/objects/QuantityRule#field-QuantityRule.fields.originType) OBJECT The quantity rule for the product variant in a given context. *** ## Map ### Fields with this enum * <-|[Quantity​Rule.originType](https://shopify.dev/docs/api/admin-graphql/latest/objects/QuantityRule#field-QuantityRule.fields.originType) ### Arguments with this enum * <-|[Price​List.quantityRules(originType)](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceList#field-PriceList.fields.quantityRules.arguments.originType)