Skip to content

Commit f9fa3e3

Browse files
committed
Updated API from documentation release
1 parent 88403a0 commit f9fa3e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api-specs/api/types/cart/LineItem.raml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ properties:
6464
description: |
6565
Total price of this Line Item equalling `price` multiplied by `quantity`. If the Line Item is discounted, the total price is the `discountedPricePerQuantity` multiplied by `quantity`.
6666
Includes taxes if the [TaxRate](ctp:api:type:TaxRate) `includedInPrice` is `true`.
67+
68+
If `ExternalPrice` [LineItemPriceMode](#ctp:api:type:LineItemPriceMode) is used with high-precision money, then the total price is rounded by using the `HalfEven` rounding mode.
6769
discountedPricePerQuantity:
6870
type: DiscountedLineItemPriceForQuantity[]
6971
description: |

0 commit comments

Comments
 (0)