From e6ee5bda85083c559171c9523949a1e6e6e8e6d9 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:35:17 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPost.java | 1 + .../ByProjectKeyInStoreKeyByStoreKeyLoginPostString.java | 1 + .../com/commercetools/api/client/ByProjectKeyLoginPost.java | 1 + .../commercetools/api/client/ByProjectKeyLoginPostString.java | 1 + .../api/models/customer/AnonymousCartSignInMode.java | 4 ++-- references.txt | 1 + 6 files changed, 7 insertions(+), 2 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPost.java index 0c5f441c5e7..cc1f740854b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPost.java @@ -17,6 +17,7 @@ /** *
Authenticates a Customer associated with a Store. For more information, see Global versus Store-specific Customers.
+ *Triggers Cart merge during sign-in.
*If the Customer exists in the Project but the stores
field references a different Store, this method returns an InvalidCredentials error.
Authenticates a Customer associated with a Store. For more information, see Global versus Store-specific Customers.
+ *Triggers Cart merge during sign-in.
*If the Customer exists in the Project but the stores
field references a different Store, this method returns an InvalidCredentials error.
Authenticates a global Customer not associated with a Store. For more information, see Global versus Store-specific Customers. If the Customer is registered in a Store, use the Authenticate (sign in) Customer in Store method.
+ *Triggers Cart merge during sign-in.
*If an account with the given credentials is not found, an InvalidCredentials error is returned.
* *Authenticates a global Customer not associated with a Store. For more information, see Global versus Store-specific Customers. If the Customer is registered in a Store, use the Authenticate (sign in) Customer in Store method.
+ *Triggers Cart merge during sign-in.
*If an account with the given credentials is not found, an InvalidCredentials error is returned.
* *If set, LineItems of an anonymous Cart are merged with the active Customer Cart that has been modified most recently. The CartState of the anonymous Cart changes to Merged
while the CartState of the Customer's Cart remains Active
. If a LineItem or CustomLineItem in the anonymous Cart matches an existing Line Item or Custom Line Item in the Customer's Cart, the maximum quantity of both line items is used as the new quantity.
If set, 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 are merged.
*/ +If set, an anonymous Cart is used as the new active Customer Cart, and no LineItems or CustomLineItems 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 5e5b042bfae..2a7faa32b59 100644 --- a/references.txt +++ b/references.txt @@ -200,3 +200,4 @@ ffed231e91d01608e1bb08ecc1883cf00d9d9293 2645451ae6aef245e333b2f30cf5cb3627f71403 85b828533f486b4a2906e3b93c08761f9d723732 65619eef7e065950cbb92467d72eaacc68004a14 +4aa1e888d0003de63e2b21493c61c1c5e342bfe4