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 31, 2024
1 parent becc8d6 commit 9f4534e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<summary>Added Property(s)</summary>

- added property `custom` to type `ApprovalFlow`
- added property `perMethodExternalTaxRate` to type `CartAddLineItemAction`
- added property `shippingMode` to type `MyCartDraft`
</details>

Expand Down
6 changes: 6 additions & 0 deletions packages/platform-sdk/src/generated/models/cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2259,6 +2259,12 @@ export interface CartAddLineItemAction {
*
*/
readonly externalTaxRate?: ExternalTaxRateDraft
/**
* Sets the external Tax Rates for individual Shipping Methods, if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode) and `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
*
*
*/
readonly perMethodExternalTaxRate?: MethodExternalTaxRateDraft[]
/**
* Inventory mode specific to the Line Item only, and valid for the entire `quantity` of the Line Item.
* Set only if the inventory mode should be different from the `inventoryMode` specified on the [Cart](ctp:api:type:Cart).
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,4 @@ bbed21a27bf83c8ac16f323969d71a8855623523
e3a178953d3d929a58092a0c86d666fee6400c75
d10443de67d8c8e684b4e63415b5720fc3bcf169
886f8d7e51ee9afd3dea683e0b6ed042eec469f1
5b5166eedb28e48364c82c3fcf2d795983fe9fa8

0 comments on commit 9f4534e

Please sign in to comment.