# PriceRulePrerequisiteToEntitlementQuantityRatioInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description Specifies the quantity of prerequisite items required for the price rule to be applicable, compared to quantity of entitled items. ### Access Scopes ## Fields * [entitlementQuantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The quantity of entitled items in the ratio. * [prerequisiteQuantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The quantity of prerequisite items in the ratio. ## Input objects with this input object * [PriceRuleInput](/docs/api/admin-graphql/2024-07/input-objects/PriceRuleInput) ## Examples