You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Number of days after which an active Cart is deleted since its last modification. Configured in [Project settings](ctp:api:type:CartsConfiguration).
318
+
* Number of days after the last modification before a Cart is deleted. Configured in [Project settings](ctp:api:type:CartsConfiguration).
319
319
*
320
320
*
321
321
*/
@@ -520,7 +520,7 @@ export interface CartDraft {
520
520
*/
521
521
readonlyorigin?: CartOrigin
522
522
/**
523
-
* Number of days after which an active Cart is deleted since its last modification.
523
+
* Number of days after the last modification before a Cart is deleted.
524
524
* If not provided, the default value for this field configured in [Project settings](ctp:api:type:CartsConfiguration) is assigned.
525
525
*
526
526
* Create a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts to receive a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) upon deletion of the Cart.
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
3299
+
* Number of days after the last modification before a Cart is deleted.
3300
3300
*
3301
3301
* If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
281
+
* Number of days after the last modification before a Cart is deleted.
282
282
* If not provided, the default value for this field configured in [Project settings](ctp:api:type:CartsConfiguration) is assigned.
283
283
*
284
284
* Create a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts to receive a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) upon deletion of the Cart.
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
1834
+
* Number of days after the last modification before a Cart is deleted.
1835
1835
*
1836
1836
* If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
0 commit comments