Skip to content

Commit 603e489

Browse files
committed
Updated API from documentation release
1 parent 8ad0ac1 commit 603e489

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |
88
A [Delivery](ctp:api:type:Delivery) can only be added to an [Order](ctp:api:type:Order) if
99
its `shippingInfo` (for `shippingMode` = `Single`), or its `shipping` (for `shippingMode` = `Multiple`) exists.
1010
11+
Multiple Deliveries can be added to the same Order to represent split or partial shipments. However, the API doesn't validate that the cumulative quantities of Line Items or Custom Line Items across all Deliveries match or stay within the originally ordered quantities. For more information, see [Multiple Deliveries](/../api/shipping-delivery-overview#multiple-deliveries) on the Shipping and Delivery overview page.
12+
1113
Produces the [Delivery Added](ctp:api:type:DeliveryAddedMessage) Message.
1214
properties:
1315
deliveryKey?:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |
88
A [Delivery](ctp:api:type:Delivery) can only be added to an [Order](ctp:api:type:Order) if
99
its `shippingInfo` (for `shippingMode` = `Single`), or its `shipping` (for `shippingMode` = `Multiple`) exists.
1010
11+
Multiple Deliveries can be added to the same Order to represent split or partial shipments. However, the API doesn't validate that the cumulative quantities of Line Items or Custom Line Items across all Deliveries match or stay within the originally ordered quantities. For more information, see [Multiple Deliveries](/../api/shipping-delivery-overview#multiple-deliveries) on the Shipping and Delivery overview page.
12+
1113
Produces the [Delivery Added](ctp:api:type:DeliveryAddedMessage) Message.
1214
properties:
1315
deliveryKey?:

0 commit comments

Comments
 (0)