Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 25, 2024
1 parent c640bc7 commit 8242aca
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion api-specs/api/types/cart/CustomLineItem.raml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ properties:
taxedPricePortions:
type: MethodTaxedPrice[]
description: |-
Taxed price of the Shipping Method that is automatically set after `perMethodTaxRate` is set.
Total taxed prices based on the quantity of the Custom Line Item assigned to each [Shipping Method](ctp:api:type:ShippingMethod). Only applicable for Carts with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
Automatically set after `perMethodTaxRate` is set.
totalPrice:
type: CentPrecisionMoney
description: |
Expand Down
3 changes: 2 additions & 1 deletion api-specs/api/types/cart/LineItem.raml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ properties:
taxedPricePortions:
type: MethodTaxedPrice[]
description: |-
Taxed price of the Shipping Method that is automatically set after `perMethodTaxRate` is set.
Total taxed prices based on the quantity of Line Item assigned to each [Shipping Method](ctp:api:type:ShippingMethod). Only applicable for Carts with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
Automatically set after `perMethodTaxRate` is set.
state:
type: ItemState[]
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/api/types/cart/MethodTaxedPrice.raml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ properties:
shippingMethodKey:
type: string
description: |
User-defined unique identifier of the Shipping Method in a Cart with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
User-defined unique identifier of the [Shipping Method](ctp:api:type:ShippingMethod) in a Cart with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
taxedPrice?:
type: TaxedItemPrice
description: |
Taxed price for the Shipping Method.
Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by `shippingMethodKey`.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ properties:
taxedPricePortions:
type: MethodTaxedPrice[]
description: |
Taxed price of the Shipping Methods in a Cart with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
Total taxed prices based on the quantity of Line Item assigned to each [Shipping Method](ctp:api:type:ShippingMethod). Only applicable for Carts with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
Automatically set after `perMethodTaxRate` is set.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ properties:
taxedPricePortions:
type: MethodTaxedPrice[]
description: |
Taxed price of the Shipping Methods in a Cart with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
Total taxed prices based on the quantity of Line Item assigned to each [Shipping Method](ctp:api:type:ShippingMethod). Only applicable for Carts with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
Automatically set after `perMethodTaxRate` is set.

0 comments on commit 8242aca

Please sign in to comment.