From 8a2e7681d067d95b10b32d31d8caf9d3827fdac5 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:07:47 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../commercetools/api/models/cart/CustomLineItemPriceMode.java | 2 +- .../com/commercetools/api/models/cart/LineItemPriceMode.java | 2 +- references.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java index 954495f50f7..1fa9d7e1a5c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java @@ -21,7 +21,7 @@ public interface CustomLineItemPriceMode extends JsonEnum {
This is the default mode for backwards compatibility.
*/ CustomLineItemPriceMode STANDARD = CustomLineItemPriceModeEnum.STANDARD; /** -Deactivates application of Cart Discounts for the Custom Line Item despite a matching CartDiscountCustomLineItemsTarget.
*/ +Deactivates application of Cart Discounts for the Custom Line Item, despite a matching CartDiscountCustomLineItemsTarget and MultiBuyCustomLineItemsTarget.
*/ CustomLineItemPriceMode EXTERNAL = CustomLineItemPriceModeEnum.EXTERNAL; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java index 9e345d5096d..5e8f972a150 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java @@ -23,7 +23,7 @@ public interface LineItemPriceMode extends JsonEnum {The Line Item price is set externally. Cart Discounts can apply to Line Items with this price mode. All update actions that change the quantity of a Line Item with this price mode require the externalPrice
field to be given.
The Line Item price with the total is set externally. Cart Discounts are deactivated for Line Items with this price mode. Although a Line Item with this price mode has both price
and totalPrice
set externally, only totalPrice
is used to calculate the total price of a Cart. All update actions that change the quantity of a Line Item with this price mode can set the new price with the externalTotal
field. If the externalTotal
field is not given in the update actions, the external price is unset and the price mode is set to Platform
.
The Line Item price with the total is set externally. Cart Discounts are deactivated for Line Items with this price mode, despite a matching CartDiscountLineItemsTarget or MultiBuyLineItemsTarget. Although a Line Item with this price mode has both price
and totalPrice
set externally, only totalPrice
is used to calculate the total price of a Cart. All update actions that change the quantity of a Line Item with this price mode can set the new price with the externalTotal
field. If the externalTotal
field is not given in the update actions, the external price is unset and the price mode is set to Platform
.