Skip to content

Commit 861e088

Browse files
ct-sdks[bot]ajimae
authored andcommitted
build(codegen): updating SDK
1 parent f6bf474 commit 861e088

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,6 +3427,8 @@ export interface CartSetCustomerIdAction extends ICartUpdateAction {
34273427
/**
34283428
* Number of days after the last modification before a Cart is deleted.
34293429
*
3430+
* Carts with [CartOrigin](ctp:api:type:CartOrigin) `RecurringOrder` are not affected by this update action.
3431+
*
34303432
* If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
34313433
*
34323434
*/

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ export type BusinessUnitSearchStatus =
9090
export interface CartsConfiguration {
9191
/**
9292
* Default value for the `deleteDaysAfterLastModification` parameter of the [CartDraft](ctp:api:type:CartDraft) and [MyCartDraft](ctp:api:type:MyCartDraft).
93-
* If a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts exists, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent upon deletion of a Cart.
9493
*
95-
* This field may not be present on Projects created before January 2020.
94+
* - If a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts exists, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent upon deletion of a Cart.
95+
* - Carts with [CartOrigin](ctp:api:type:CartOrigin) `Quote` or `RecurringOrder` are not affected by this configuration value.
96+
* - Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use [`setDeleteDaysAfterLastModification`](/projects/carts#set-deletedaysafterlastmodification) on the Carts API.
97+
* - This field may not be present on Projects created before January 2020.
9698
*
9799
*
98100
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,3 +462,4 @@ f890eb4fa0cfcd4c9ee767edd8106a4690a4dd7b
462462
946b77339c0aa1f9205ccf4966e26de47cac11f3
463463
bf9886771c750bd43c1fc124dd6689ef4e3b45c5
464464
ea7ba668e4084d845f2f3871c239999f43613b28
465+
7c8466665829aaf9142b056c57fe5b32c4072076

0 commit comments

Comments
 (0)