Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleEntitlementToPrerequisiteQuantityRatioInput
Specifies the quantity of prerequisite items required for the price rule to be applicable, compared to quantity of entitled items.
Signature:
export interface PriceRuleEntitlementToPrerequisiteQuantityRatioInput
Property | Modifiers | Type | Description |
---|---|---|---|
entitlementQuantity? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The quantity of entitled items in the ratio. | |
prerequisiteQuantity? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The quantity of prerequisite items in the ratio. |