Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleItemPrerequisitesInput
The input fields to update a price rule’s item prerequisites.
Signature:
export interface PriceRuleItemPrerequisitesInput
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. |