stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleEntitlementToPrerequisiteQuantityRatioInput

AdminTypes.PriceRuleEntitlementToPrerequisiteQuantityRatioInput interface

Specifies the quantity of prerequisite items required for the price rule to be applicable, compared to quantity of entitled items.

Signature:

export interface PriceRuleEntitlementToPrerequisiteQuantityRatioInput 

Properties

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.