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
6 changes: 3 additions & 3 deletions packages/platform-sdk/src/generated/models/cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export interface Cart extends BaseResource {
*/
readonly discountTypeCombination?: DiscountTypeCombination
/**
* Number of days after which an active Cart is deleted since its last modification. Configured in [Project settings](ctp:api:type:CartsConfiguration).
* Number of days after the last modification before a Cart is deleted. Configured in [Project settings](ctp:api:type:CartsConfiguration).
*
*
*/
Expand Down Expand Up @@ -520,7 +520,7 @@ export interface CartDraft {
*/
readonly origin?: CartOrigin
/**
* Number of days after which an active Cart is deleted since its last modification.
* Number of days after the last modification before a Cart is deleted.
* If not provided, the default value for this field configured in [Project settings](ctp:api:type:CartsConfiguration) is assigned.
*
* Create a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts to receive a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) upon deletion of the Cart.
Expand Down Expand Up @@ -3296,7 +3296,7 @@ export interface CartSetCustomerIdAction extends ICartUpdateAction {
readonly customerId?: string
}
/**
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
* Number of days after the last modification before a Cart is deleted.
*
* If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
*
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-sdk/src/generated/models/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export interface MyCartDraft {
*/
readonly locale?: string
/**
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
* Number of days after the last modification before a Cart is deleted.
* If not provided, the default value for this field configured in [Project settings](ctp:api:type:CartsConfiguration) is assigned.
*
* Create a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts to receive a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) upon deletion of the Cart.
Expand Down Expand Up @@ -1831,7 +1831,7 @@ export interface MyCartSetCustomerEmailAction extends IMyCartUpdateAction {
readonly email?: string
}
/**
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
* Number of days after the last modification before a Cart is deleted.
*
* If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
*
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,4 @@ dec65e707130185745930bde27ce78ae64ab29c1
356beed6a818fbf0e5a7f5c4e938d02c2ca174ec
7fc89775aaee48e4af3c517e46b1bd7f4de4779f
ba64943be238cc04b24cfafc30b4e1d47976fd4e
f308ced4b427eea3642d2d183f6d15f0c1287aa8