File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
api-specs/api/types/project Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33type : string
44displayName : DiscountCombinationMode
55description : |
6- Defines how Product Discounts and Cart Discounts are combined for every Cart in a Project .
6+ Defines how Product Discounts and Cart Discounts are combined for every Line Item in a Cart .
77(enumDescriptions) :
8- BestDeal : Either Product Discounts or Cart Discounts are chosen based on best deal for the customer. Only one type applies per Cart.
9- Stacking : Product Discounts and Cart Discounts are both applied to the Cart, potentially increasing the total discount.
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.
1010enum :
1111 - BestDeal
1212 - Stacking
You can’t perform that action at this time.
0 commit comments