Skip to content

Commit 1119815

Browse files
committed
Updated API from documentation release
1 parent 053ba06 commit 1119815

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-specs/api/types/cart/updates/CartAddItemShippingAddressAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: CartAddItemShippingAddressAction
55
discriminatorValue: addItemShippingAddress
66
example: !include ../../../examples/Cart/CartAddItemShippingAddressAction.json
77
description: |
8-
Adds an address to a Cart when shipping to multiple addresses is desired.
8+
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.
99
properties:
1010
address:
1111
type: BaseAddress

api-specs/api/types/me/updates/MyCartAddItemShippingAddressAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: MyCartAddItemShippingAddressAction
55
discriminatorValue: addItemShippingAddress
66
example: !include ../../../examples/Cart/CartAddItemShippingAddressAction.json
77
description: |
8-
Adds an address to a Cart when shipping to multiple addresses is desired.
8+
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.
99
properties:
1010
address:
1111
type: BaseAddress

api-specs/api/types/order-edit/updates/StagedOrderAddItemShippingAddressAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: StagedOrderUpdateAction
55
displayName: StagedOrderAddItemShippingAddressAction
66
discriminatorValue: addItemShippingAddress
77
description: |
8-
Adds an address to an Order when shipping to multiple addresses is desired.
8+
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.
99
properties:
1010
address:
1111
type: BaseAddress

api-specs/api/types/order/updates/OrderAddItemShippingAddressAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: OrderUpdateAction
55
displayName: OrderAddItemShippingAddressAction
66
discriminatorValue: addItemShippingAddress
77
description: |
8-
Adds an address to an Order when shipping to multiple addresses is desired.
8+
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.
99
properties:
1010
address:
1111
type: BaseAddress

0 commit comments

Comments
 (0)