Skip to content

Commit 3e3594c

Browse files
authored
build(codegen): updating SDK (#1234)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent a1b3dc6 commit 3e3594c

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

packages/platform-sdk/src/generated/models/cart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ export interface CartAddDiscountCodeAction extends ICartUpdateAction {
25052505
readonly code: string
25062506
}
25072507
/**
2508-
* Adds an address to a Cart when shipping to multiple addresses is desired.
2508+
* Adds an address to the `itemShippingAddresses` of a Cart. Use this action when shipping is defined per item. For example, when shipping items to multiple addresses or when using different Shipping Methods, even if all items share the same address.
25092509
*
25102510
*/
25112511
export interface CartAddItemShippingAddressAction extends ICartUpdateAction {

packages/platform-sdk/src/generated/models/me.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ export interface MyCartAddDiscountCodeAction extends IMyCartUpdateAction {
14671467
readonly code: string
14681468
}
14691469
/**
1470-
* Adds an address to a Cart when shipping to multiple addresses is desired.
1470+
* Adds an address to the `itemShippingAddresses` of a Cart. Use this action when shipping is defined per item. For example, when shipping items to multiple addresses or when using different Shipping Methods, even if all items share the same address.
14711471
*
14721472
*/
14731473
export interface MyCartAddItemShippingAddressAction

packages/platform-sdk/src/generated/models/order-edit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ export interface StagedOrderAddDiscountCodeAction
659659
readonly code: string
660660
}
661661
/**
662-
* Adds an address to an Order when shipping to multiple addresses is desired.
662+
* Adds an address to the `itemShippingAddresses` of an Order. Use this action when shipping is defined per item. For example, when shipping items to multiple addresses or when using different Shipping Methods, even if all items share the same address.
663663
*
664664
*/
665665
export interface StagedOrderAddItemShippingAddressAction

packages/platform-sdk/src/generated/models/order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2395,7 +2395,7 @@ export interface OrderAddDeliveryAction extends IOrderUpdateAction {
23952395
readonly custom?: CustomFieldsDraft
23962396
}
23972397
/**
2398-
* Adds an address to an Order when shipping to multiple addresses is desired.
2398+
* Adds an address to the `itemShippingAddresses` of an Order. Use this action when shipping is defined per item. For example, when shipping items to multiple addresses or when using different Shipping Methods, even if all items share the same address.
23992399
*
24002400
*/
24012401
export interface OrderAddItemShippingAddressAction extends IOrderUpdateAction {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,3 +514,4 @@ d90411c7dae76245a17c90707bfd18b735f04a9c
514514
f3ae1f87cbf764a30d228bf4e01215405951d454
515515
7fe8fbd8d4276aa8a033b8cba92c68c695d808c2
516516
053ba06830d03bf8eb9963500e4498f14754b746
517+
1119815b3a93e1f6fa3894492e10cbb57f93a3d7

0 commit comments

Comments
 (0)