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
This pull request introduces several enhancements and updates to the
project endpoints to better align with commercetools defaults, adds new
configuration options, and updates dependencies. The main focus is on
expanding the configurability and default values for project resources,
especially around carts, shopping lists, and business units.
**Project endpoint enhancements and configuration updates:**
* Added support for configuring `priceRoundingMode` and
`taxRoundingMode` in the `carts` object, including new update actions
and default values.
[[1]](diffhunk://#diff-8a1447b63ad4d4114de7dbab424c233fd7853b4411a3b893f9aa7193179a1e54R69-R82)
[[2]](diffhunk://#diff-8a1447b63ad4d4114de7dbab424c233fd7853b4411a3b893f9aa7193179a1e54R105-R120)
[[3]](diffhunk://#diff-5ba5f0356b6cd3a69be2ac6ebd1dd9abf7156c1c9c0b896644a68545b8e850c4R18-R19)
[[4]](diffhunk://#diff-93a01d1904095ea8c898bef510a995ab54b7eb417d69d5b32aee964d20f3296fR83-R87)
* Introduced `shoppingListsConfiguration` with default values and update
actions, ensuring shopping lists have a default
`deleteDaysAfterLastModification` value.
[[1]](diffhunk://#diff-8a1447b63ad4d4114de7dbab424c233fd7853b4411a3b893f9aa7193179a1e54R69-R82)
[[2]](diffhunk://#diff-5ba5f0356b6cd3a69be2ac6ebd1dd9abf7156c1c9c0b896644a68545b8e850c4R44-R51)
[[3]](diffhunk://#diff-93a01d1904095ea8c898bef510a995ab54b7eb417d69d5b32aee964d20f3296fR83-R87)
* Added support for configuring `businessUnits` search indexing status,
including new update actions and default values.
[[1]](diffhunk://#diff-8a1447b63ad4d4114de7dbab424c233fd7853b4411a3b893f9aa7193179a1e54R141-R153)
[[2]](diffhunk://#diff-5ba5f0356b6cd3a69be2ac6ebd1dd9abf7156c1c9c0b896644a68545b8e850c4R44-R51)
[[3]](diffhunk://#diff-93a01d1904095ea8c898bef510a995ab54b7eb417d69d5b32aee964d20f3296fR105-R107)
**Repository and resource improvements:**
* Set the default `isActive` property to `true` when creating new
discount groups in `DiscountGroupRepository`.
**Dependency updates:**
* Upgraded `@commercetools/platform-sdk` from version 8.14.0 to 8.16.0
to ensure compatibility with new features and endpoints.
**Changelog:**
* Added a changeset documenting the additional features and updated
project starting defaults for commercetools alignment.
0 commit comments