Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2505,7 +2505,7 @@ export interface CartAddDiscountCodeAction extends ICartUpdateAction {
readonly code: string
}
/**
* Adds an address to a Cart when shipping to multiple addresses is desired.
* 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.
*
*/
export interface CartAddItemShippingAddressAction extends ICartUpdateAction {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ export interface MyCartAddDiscountCodeAction extends IMyCartUpdateAction {
readonly code: string
}
/**
* Adds an address to a Cart when shipping to multiple addresses is desired.
* 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.
*
*/
export interface MyCartAddItemShippingAddressAction
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/order-edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export interface StagedOrderAddDiscountCodeAction
readonly code: string
}
/**
* Adds an address to an Order when shipping to multiple addresses is desired.
* 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.
*
*/
export interface StagedOrderAddItemShippingAddressAction
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,7 @@ export interface OrderAddDeliveryAction extends IOrderUpdateAction {
readonly custom?: CustomFieldsDraft
}
/**
* Adds an address to an Order when shipping to multiple addresses is desired.
* 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.
*
*/
export interface OrderAddItemShippingAddressAction extends IOrderUpdateAction {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -514,3 +514,4 @@ d90411c7dae76245a17c90707bfd18b735f04a9c
f3ae1f87cbf764a30d228bf4e01215405951d454
7fe8fbd8d4276aa8a033b8cba92c68c695d808c2
053ba06830d03bf8eb9963500e4498f14754b746
1119815b3a93e1f6fa3894492e10cbb57f93a3d7
Loading