Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 25, 2024
1 parent e2bcef4 commit f9b0f4a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 6 additions & 4 deletions packages/platform-sdk/src/generated/models/cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,8 @@ export interface CustomLineItem {
*/
readonly taxedPrice?: TaxedItemPrice
/**
* 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.
*
*/
readonly taxedPricePortions: MethodTaxedPrice[]
Expand Down Expand Up @@ -1365,7 +1366,8 @@ export interface LineItem {
*/
readonly taxedPrice?: TaxedItemPrice
/**
* 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.
*
*/
readonly taxedPricePortions: MethodTaxedPrice[]
Expand Down Expand Up @@ -1594,13 +1596,13 @@ export interface MethodTaxRate {
}
export interface MethodTaxedPrice {
/**
* 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).
*
*
*/
readonly shippingMethodKey: string
/**
* 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`.
*
*
*/
Expand Down
6 changes: 4 additions & 2 deletions packages/platform-sdk/src/generated/models/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9492,7 +9492,8 @@ export interface OrderLineItemDiscountSetMessage {
*/
readonly taxedPrice?: TaxedItemPrice
/**
* 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.
*
*
*/
Expand Down Expand Up @@ -19298,7 +19299,8 @@ export interface OrderLineItemDiscountSetMessagePayload {
*/
readonly taxedPrice?: TaxedItemPrice
/**
* 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.
*
*
*/
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,4 @@ de74b7108b22564877be0b8f52e66b3febc1760f
b29097130599fc8a4f618beb7a276feaea4e31a6
bd1f09f643bdb7b0840feca64b19caa6e55d766a
c640bc7c38e111f9df252979cc5c2ab22568a3d8
8242aca6c3e58147ce99c6a1dbd08e35818b1563

0 comments on commit f9b0f4a

Please sign in to comment.