Skip to content

Commit 7e4bc9f

Browse files
committed
build(codegen): updating SDK
1 parent f6a7446 commit 7e4bc9f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,8 @@ export interface StagedOrderAddCustomLineItemAction
591591
* A [Delivery](ctp:api:type:Delivery) can only be added to an [Order](ctp:api:type:Order) if
592592
* its `shippingInfo` (for `shippingMode` = `Single`), or its `shipping` (for `shippingMode` = `Multiple`) exists.
593593
*
594+
* 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.
595+
*
594596
* Produces the [Delivery Added](ctp:api:type:DeliveryAddedMessage) Message.
595597
*
596598
*/

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,6 +2346,8 @@ export interface TrackingData {
23462346
* A [Delivery](ctp:api:type:Delivery) can only be added to an [Order](ctp:api:type:Order) if
23472347
* its `shippingInfo` (for `shippingMode` = `Single`), or its `shipping` (for `shippingMode` = `Multiple`) exists.
23482348
*
2349+
* 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.
2350+
*
23492351
* Produces the [Delivery Added](ctp:api:type:DeliveryAddedMessage) Message.
23502352
*
23512353
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,3 +480,4 @@ bfb534af33764ac81a3784290b35530d926fccf1
480480
47d240c55478dd0c0e1aa47288c432f785240168
481481
68fb22e84fc95421ac888349924233d728ef2838
482482
78d1ed9c74ad1fd8f47f014bc4fe96ce2720d509
483+
603e489748f9c32c1891d60d6f767892a8ea5207

0 commit comments

Comments
 (0)