Skip to main content
Anchor to PriceRuleLineItemPrerequisites

PriceRuleLineItemPrerequisites

object

Requires read_price_rules access scope.

Single or multiple line item products, product variants or collections required for the price rule to be applicable, can also be provided in combination.

•CollectionConnection!
non-null

The collections required for the price rule to be applicable.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•ProductConnection!
non-null

The products required for the price rule to be applicable.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•ProductVariantConnection!
non-null

The product variants required for the price rule to be applicable.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?