Skip to content

Commit d3b8e01

Browse files
committed
Updated API from documentation release
1 parent a1e8798 commit d3b8e01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-specs/api/types/project/DiscountCombinationMode.raml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
type: string
44
displayName: DiscountCombinationMode
55
description: |
6-
Defines how Product Discounts and Cart Discounts are combined for every Line Item in a Cart.
6+
Defines how Product Discounts and Cart Discounts are combined for Line Items in every Cart of the Project.
77
(enumDescriptions):
8-
BestDeal: Either Product Discounts or Cart Discounts are chosen based on best deal for the customer. Only one type applies per Line Item in a Cart.
9-
Stacking: Product Discounts and Cart Discounts are both applied to the Line Item in a Cart, potentially increasing the total discount.
8+
BestDeal: Either Product Discounts or Cart Discounts are chosen for each Line Item in the Cart based on the best deal for the Customer. Only one discount type applies per Line Item in the Cart.
9+
Stacking: Product Discounts and Cart Discounts are both applied to each Line Item in the Cart, potentially increasing the total discount.
1010
enum:
1111
- BestDeal
1212
- Stacking

0 commit comments

Comments
 (0)