Skip to content

Commit 8b51ad0

Browse files
committed
Updated API from documentation release
1 parent a9c69a2 commit 8b51ad0

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ properties:
1616
- If a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts exists, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent upon deletion of a Cart.
1717
- Carts with [CartOrigin](ctp:api:type:CartOrigin) `Quote` or `RecurringOrder` are not affected by this configuration value.
1818
- 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.
19-
- This field may not be present on Projects created before January 2020.
2019
countryTaxRateFallbackEnabled?:
2120
type: boolean
2221
default: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ properties:
4949
shoppingLists?:
5050
type: ShoppingListsConfiguration
5151
description: |
52-
Holds the configuration for the [Shopping Lists](/../api/projects/shoppingLists) feature. This field may not be present on Projects created before January 2020.
52+
Holds the configuration for the [Shopping Lists](/../api/projects/shoppingLists) feature.
5353
shippingRateInputType?:
5454
type: ShippingRateInputType
5555
description: |

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ properties:
1212
format: int64
1313
description: |
1414
Default value for the `deleteDaysAfterLastModification` parameter of the [ShoppingListDraft](ctp:api:type:ShoppingListDraft).
15-
This field may not be present on Projects created before January 2020.

0 commit comments

Comments
 (0)