From 5312e27f5eb33fc332c9a2266105e04dd696b852 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:02:40 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../api/client/ByProjectKeyCartsCustomerIdByCustomerIdGet.java | 2 +- ...ctKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdGet.java | 2 +- .../com/commercetools/api/models/cart/CartState.java | 2 +- references.txt | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdGet.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdGet.java index b4e5f0f6b62..3fb3deb52ec 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdGet.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsCustomerIdByCustomerIdGet.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *
Retrieves the recently modified active Cart of a Customer with CartOrigin Customer
. If no active Cart exists, this method returns a ResourceNotFound error.
Retrieves the most recently modified active Cart of a Customer with CartOrigin Customer
. If no active Cart exists, this method returns a ResourceNotFound error.
To ensure the Cart is up-to-date with current values (such as Prices and Discounts), use the Recalculate update action.
* *Retrieves the recently modified active Cart of a Customer with CartOrigin Customer
. If no active Cart exists, this method returns a ResourceNotFound error.
Retrieves the most recently modified active Cart of a Customer with CartOrigin Customer
. If no active Cart exists, this method returns a ResourceNotFound error.
If the Cart exists in the Project but does not have the store
field, or the store
field references a different Store, this method returns a ResourceNotFound error.
To ensure the Cart is up-to-date with current values (such as Prices and Discounts), use the Recalculate update action.
* diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartState.java index c93b7ac1313..636c3237573 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartState.java @@ -17,7 +17,7 @@ public interface CartState extends JsonEnum { /** -The default state where a Cart can be updated and ordered.
*/ +The default state where a Cart can be updated and ordered. A Customer can have more than one active Cart.
*/ CartState ACTIVE = CartStateEnum.ACTIVE; /**An anonymous Cart was merged into a Customer's Cart on sign-in, and no further operations are allowed on the Cart.
*/ diff --git a/references.txt b/references.txt index 0b9c9406eda..707246650a8 100644 --- a/references.txt +++ b/references.txt @@ -253,3 +253,4 @@ b3dd6d254a36ba1628f016ded6bcff00d7f515c3 23bb6bcecae58f2df8274e86e378dd7c4ca738aa fc9f29f7bfe0e51e1f89d69d7dc0e7674e1b2e30 d83eac0dbaa727c9b21149b44a8635d81e9c183b +8afe41daa313a78d7cdf64bfa93eb23e14a1f206