stack

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

AdminTypes.PriceRuleItemPrerequisitesInput interface

The input fields to update a price rule’s item prerequisites.

Signature:

export interface PriceRuleItemPrerequisitesInput 

Properties

Property Modifiers Type Description
collectionIds?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional) The collections needed for the price rule to be applied.
productIds?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional) The products needed for the price rule to be applied.
productVariantIds?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional) The product variants needed for the price rule to be applied.