Skip to content

Commit 7c84666

Browse files
committed
Updated API from documentation release
1 parent 5888841 commit 7c84666

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

api-specs/api/types/cart/updates/CartSetDeleteDaysAfterLastModificationAction.raml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ example: !include ../../../examples/Cart/CartSetDeleteDaysAfterLastModificationA
77
description: |
88
Number of days after the last modification before a Cart is deleted.
99
10+
Carts with [CartOrigin](ctp:api:type:CartOrigin) `RecurringOrder` are not affected by this update action.
11+
1012
If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
1113
properties:
1214
deleteDaysAfterLastModification?:

api-specs/api/types/project/CartsConfiguration.raml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ properties:
1111
maximum: 365250
1212
description: |
1313
Default value for the `deleteDaysAfterLastModification` parameter of the [CartDraft](ctp:api:type:CartDraft) and [MyCartDraft](ctp:api:type:MyCartDraft).
14-
If a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts exists, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent upon deletion of a Cart.
1514
16-
This field may not be present on Projects created before January 2020.
15+
- If a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts exists, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent upon deletion of a Cart.
16+
- Carts with [CartOrigin](ctp:api:type:CartOrigin) `Quote` or `RecurringOrder` are not affected by this configuration value.
17+
- 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.
18+
- This field may not be present on Projects created before January 2020.
1719
countryTaxRateFallbackEnabled?:
1820
type: boolean
1921
default: false

0 commit comments

Comments
 (0)