Skip to main content
Anchor to PriceRuleItemEntitlements

PriceRuleItemEntitlements

object

Requires read_price_rules access scope.

The items to which this price rule applies. This may be multiple products, product variants, collections or combinations of the aforementioned.

CollectionConnection!
non-null

The collections to which the price rule applies.

Arguments

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.


ProductConnection!
non-null

The products to which the price rule applies.

Arguments

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.


ProductVariantConnection!
non-null

The product variants to which the price rule applies.

Arguments

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.


Boolean!
non-null

Whether the price rule applies to all line items.


Was this section helpful?