Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleItemEntitlementsInput
The input fields to update a price rule line item entitlement.
Signature:
export interface PriceRuleItemEntitlementsInput
Property | Modifiers | Type | Description |
---|---|---|---|
collectionIds? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) The collections to which the price rule applies. | |
productIds? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) The products to which the price rule applies. | |
productVariantIds? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) The product variants to which the price rule applies. | |
targetAllLineItems? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the price rule applies to all items. |