File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
11
11
12
12
The ` allCartRules ` query returns a list of all active cart rules in the store.
13
13
14
+ Cart price rules apply discounts to items in the shopping cart, based on a set of conditions.
15
+
14
16
## Syntax
15
17
16
18
``` graphql
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
11
11
12
12
The ` allCustomerGroups ` query returns a list of available customer groups.
13
13
14
+ Customer groups determine which discounts are available and the tax class that is associated with the group.
15
+
14
16
## Syntax
15
17
16
18
``` graphql
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
11
11
12
12
The ` allCustomerSegments ` query returns information about the available customer segments.
13
13
14
+ Customers segments allow shoppers to dynamically display content and promotions to specific customers, based on various properties.
15
+ Some examples are customer address, order history, and shopping cart contents.
16
+
14
17
## Syntax
15
18
16
19
``` graphql
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
11
11
12
12
The ` customerSegments ` query returns information about the customer segments associated with the current customer or guest.
13
13
14
+ Customers segments allow shoppers to dynamically display content and promotions to specific customers, based on various properties.
15
+ Some examples are customer address, order history, and shopping cart contents.
16
+
14
17
## Syntax
15
18
16
19
``` graphql
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
11
11
12
12
The ` allCatalogRules ` query returns a list of all active catalog rules in the store.
13
13
14
+ Catalog price rules can be used to offer products to buyers at a discounted price, based on a set of defined conditions.
15
+
14
16
## Syntax
15
17
16
18
``` graphql
You can’t perform that action at this time.
0 commit comments