File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ discriminatorValue: totalPrice
66example : !include ../../examples/CartDiscount/CartDiscountTotalPriceTarget.json
77description : |
88 Discount is applied to the total price of the [Cart](ctp:api:type:Cart).
9+ The same percentage of discount applies on the [Cart](ctp:api:type:Cart) or [Order](ctp:api:type:Order) `taxedPrice`.
Original file line number Diff line number Diff line change @@ -15,9 +15,13 @@ properties:
1515 type : TypedMoney
1616 description : |
1717 Money value of the discount on the total net price of the Cart or Order.
18+
19+ The same percentage of discount applies as on the `discountedAmount`.
1820 Present only when `taxedPrice` of the Cart or Order exists.
1921 discountedGrossAmount? :
2022 type : TypedMoney
2123 description : |
2224 Money value of the discount on the total gross price of the Cart or Order.
25+
26+ The same percentage of discount applies as on the `discountedAmount`.
2327 Present only when `taxedPrice` of the Cart or Order exists.
You can’t perform that action at this time.
0 commit comments