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
-`carts` (Block List) [Carts Configuration](https://docs.commercetools.com/api/projects/project#cartsconfiguration) (see [below for nested schema](#nestedblock--carts))
54
66
-`countries` (List of String) A two-digit country code as per [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
55
67
-`currencies` (List of String) A three-digit currency code as per [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)
68
+
-`enable_search_index_business_units` (Boolean) Enable the Search Indexing of business units
56
69
-`enable_search_index_customers` (Boolean) Enable the Search Indexing of customers
57
70
-`enable_search_index_orders` (Boolean) Enable the Search Indexing of orders
58
71
-`enable_search_index_product_search` (Boolean) Enable the Search Indexing of products
-`shipping_rate_cart_classification_value` (Block List) If shipping_rate_input_type is set to CartClassification these values are used to create tiers
65
78
. Only a key defined inside the values array can be used to create a tier, or to set a value for the shippingRateInput on the cart. The keys are checked for uniqueness and the request is rejected if keys are not unique (see [below for nested schema](#nestedblock--shipping_rate_cart_classification_value))
66
79
-`shipping_rate_input_type` (String) Three ways to dynamically select a ShippingRatePriceTier exist. The CartValue type uses the sum of all line item prices, whereas CartClassification and CartScore use the shippingRateInput field on the cart to select a tier
80
+
-`shopping_lists` (Block List) [Shopping List Configuration](https://docs.commercetools.com/api/projects/project#ctp:api:type:ShoppingListsConfiguration) (see [below for nested schema](#nestedblock--shopping_lists))
67
81
68
82
### Read-Only
69
83
@@ -87,6 +101,8 @@ Optional:
87
101
88
102
-`country_tax_rate_fallback_enabled` (Boolean) Indicates if country - no state tax rate fallback should be used when a shipping address state is not explicitly covered in the rates lists of all tax categories of a cart line items
89
103
-`delete_days_after_last_modification` (Number) Number - Optional The default value for the deleteDaysAfterLastModification parameter of the CartDraft. Initially set to 90 for projects created after December 2019.
104
+
-`price_rounding_mode` (String) Default value for the priceRoundingMode parameter of the CartDraft. Indicates how the total prices on LineItems and CustomLineItems are rounded when calculated.
105
+
-`tax_rounding_mode` (String) Default value for the taxRoundingMode parameter of the CartDraft. Indicates how monetary values are rounded when calculating taxes for taxedPrice.
90
106
91
107
92
108
<aid="nestedblock--external_oauth"></a>
@@ -117,3 +133,11 @@ Required:
117
133
Optional:
118
134
119
135
-`label` (Map of String)
136
+
137
+
138
+
<aid="nestedblock--shopping_lists"></a>
139
+
### Nested Schema for `shopping_lists`
140
+
141
+
Optional:
142
+
143
+
-`delete_days_after_last_modification` (Number) Number - Optional The default value for the deleteDaysAfterLastModification parameter of the CartDraft. Initially set to 90 for projects created after December 2019.
0 commit comments