From c47712045ba5e64a90683a5766f147a32760ff8d Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:55:47 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../ByProjectKeyCartsCustomerIdByCustomerIdMergePost.java | 2 +- ...rojectKeyCartsCustomerIdByCustomerIdMergePostString.java | 2 +- ...reKeyByStoreKeyCartsCustomerIdByCustomerIdMergePost.java | 2 +- ...yStoreKeyCartsCustomerIdByCustomerIdMergePostString.java | 2 +- .../com/commercetools/api/models/cart/CartMergeMode.java | 6 +++--- .../api/models/customer/AnonymousCartSignInMode.java | 6 +++--- references.txt | 1 + 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdMergePost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdMergePost.java index 2f3680097f..53fdf622ae 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdMergePost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdMergePost.java @@ -16,7 +16,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. For more information, see Merge behavior.

+ *

Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. For more information about merge mode behaviors, merge rules, and tax recalculation, see Merge a Cart.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdMergePostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdMergePostString.java index 21e88c72c4..dd643d973f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdMergePostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdMergePostString.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. For more information, see Merge behavior.

+ *

Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. For more information about merge mode behaviors, merge rules, and tax recalculation, see Merge a Cart.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergePost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergePost.java index 7890c9a0f4..75e4267065 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergePost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergePost.java @@ -18,7 +18,7 @@ /** *

Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart.

*

If the Cart exists in the Project but does not have a store specified, or the store field references a different Store, a ResourceNotFound error is returned.

- *

For more information, see Merge behavior.

+ *

For more information about merge mode behaviors, merge rules, and tax recalculation, see Merge a Cart.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergePostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergePostString.java index cf28b84295..02e072027a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergePostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergePostString.java @@ -19,7 +19,7 @@ /** *

Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart.

*

If the Cart exists in the Project but does not have a store specified, or the store field references a different Store, a ResourceNotFound error is returned.

- *

For more information, see Merge behavior.

+ *

For more information about merge mode behaviors, merge rules, and tax recalculation, see Merge a Cart.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartMergeMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartMergeMode.java index 6b8b1ee96c..b31c00a363 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartMergeMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartMergeMode.java @@ -11,16 +11,16 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

Determines how to manually merge an anonymous Cart with an existing Customer Cart.

+ *

Determines how to manually merge an anonymous Cart with an existing Customer Cart. For more information about merge mode behaviors, merge rules, and tax recalculation, see Merge a Cart.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public interface CartMergeMode extends JsonEnum { /** -

Merges the anonymous Cart with the existing Customer Cart. Line Items from the anonymous Cart are added to the Customer Cart.

*/ +

Merges the anonymous Cart with the existing Customer Cart.

*/ CartMergeMode MERGE_WITH_EXISTING_CUSTOMER_CART = CartMergeModeEnum.MERGE_WITH_EXISTING_CUSTOMER_CART; /** -

Uses the anonymous Cart as the new active Customer Cart, replacing the existing one.

*/ +

Uses the anonymous Cart as the new active Customer Cart, replacing the existing one. No items from the previous active Cart are merged.

*/ CartMergeMode USE_AS_NEW_ACTIVE_CUSTOMER_CART = CartMergeModeEnum.USE_AS_NEW_ACTIVE_CUSTOMER_CART; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AnonymousCartSignInMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AnonymousCartSignInMode.java index 247dc33b01..03327de71e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AnonymousCartSignInMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AnonymousCartSignInMode.java @@ -11,16 +11,16 @@ import io.vrap.rmf.base.client.utils.Generated; /** - * AnonymousCartSignInMode + *

Determines how an anonymous Cart is handled when a Customer signs in. For more information, see Cart merge during sign-in and sign-up.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public interface AnonymousCartSignInMode extends JsonEnum { /** -

If set, the content of an anonymous Cart is merged during sign-in with the Customer's most recently modified active Cart.

*/ +

The content of an anonymous Cart is merged during sign-in with the Customer's most recently modified active Cart.

*/ AnonymousCartSignInMode MERGE_WITH_EXISTING_CUSTOMER_CART = AnonymousCartSignInModeEnum.MERGE_WITH_EXISTING_CUSTOMER_CART; /** -

If set, an anonymous Cart is used as the new active Customer Cart, and no LineItems or CustomLineItems are merged.

*/ +

Uses the anonymous Cart as the new active Customer Cart, replacing the existing one. No items from the previous active Cart are merged.

*/ AnonymousCartSignInMode USE_AS_NEW_ACTIVE_CUSTOMER_CART = AnonymousCartSignInModeEnum.USE_AS_NEW_ACTIVE_CUSTOMER_CART; /** diff --git a/references.txt b/references.txt index c98f396b9f..b6b6cd158c 100644 --- a/references.txt +++ b/references.txt @@ -523,3 +523,4 @@ ce170ce6f860044008489ee1fb346e298e2d42db 5cedc63c492d11a2d158bf0a84adb22e0de54937 8bfc95c41ffd0a75bc436246d73f337b54cff204 e921ea18a854a9c4b81c525fee76e8c545fd107d +f634f1e67f3797c2a2bad4c702f13c580fd02177