diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPost.java index b4a3b33216f..acf6cac8993 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPost.java @@ -21,6 +21,13 @@ /** *

Creates a Cart in the BusinessUnit referenced by businessUnitKey. As such, the businessUnit field on CartDraft is ignored for this request. Creating a Cart can fail with an InvalidOperation if the referenced ShippingMethod in the CartDraft has a predicate that does not match the Cart.

+ *

Specific Error Codes:

+ * * *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPostString.java index 05d82df0c8d..dd01803ff6a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPostString.java @@ -22,6 +22,13 @@ /** *

Creates a Cart in the BusinessUnit referenced by businessUnitKey. As such, the businessUnit field on CartDraft is ignored for this request. Creating a Cart can fail with an InvalidOperation if the referenced ShippingMethod in the CartDraft has a predicate that does not match the Cart.

+ *

Specific Error Codes:

+ * * *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePost.java index 33b71526608..6bd2ae27470 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePost.java @@ -20,6 +20,11 @@ *

The replicated Cart preserves Customer information, Line Items and Custom Line Items, Custom Fields, Discount Codes, and other settings of the Cart or Order. If the Line Items become invalid, for example, due to removed Products or Prices, they are removed from the new Cart. If the Customer switches to another Customer Group, the new Cart is updated with the new value. It has up-to-date Tax Rates, Prices, and Line Item product data and is in Active CartState.

*

The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to initial.

*

If the Cart exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.

+ *

Specific Error Codes:

+ * * *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePostString.java index 2e19810484f..92bba3be88f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePostString.java @@ -21,6 +21,11 @@ *

The replicated Cart preserves Customer information, Line Items and Custom Line Items, Custom Fields, Discount Codes, and other settings of the Cart or Order. If the Line Items become invalid, for example, due to removed Products or Prices, they are removed from the new Cart. If the Customer switches to another Customer Group, the new Cart is updated with the new value. It has up-to-date Tax Rates, Prices, and Line Item product data and is in Active CartState.

*

The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to initial.

*

If the Cart exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.

+ *

Specific Error Codes:

+ *
    + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPost.java index aecd39e69f6..6edd738fdc6 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPost.java @@ -21,6 +21,16 @@ /** *

Creates an Order from a Cart in a BusinessUnit. The Cart must have a shipping address set before creating an Order. Creating an Order fails with an InvalidOperation if the Cart does not reference the same BusinessUnit as the businessUnitKey path parameter.

+ *

Specific Error Codes:

+ *
    + *
  • DiscountCodeNonApplicable
  • + *
  • InvalidItemShippingDetails
  • + *
  • OutOfStock
  • + *
  • PriceChanged
  • + *
  • ShippingMethodDoesNotMatchCart
  • + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPostString.java index e01de0477ff..17ba74e62ee 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPostString.java @@ -22,6 +22,16 @@ /** *

Creates an Order from a Cart in a BusinessUnit. The Cart must have a shipping address set before creating an Order. Creating an Order fails with an InvalidOperation if the Cart does not reference the same BusinessUnit as the businessUnitKey path parameter.

+ *

Specific Error Codes:

+ *
    + *
  • DiscountCodeNonApplicable
  • + *
  • InvalidItemShippingDetails
  • + *
  • OutOfStock
  • + *
  • PriceChanged
  • + *
  • ShippingMethodDoesNotMatchCart
  • + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPost.java index 99ab66f9d4f..a2a3ee0b9cc 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPost.java @@ -17,6 +17,11 @@ /** *

Creates an Order from a Quote in a BusinessUnit. Creating an Order fails with an InvalidOperation if the Quote does not reference the same BusinessUnit as the businessUnitKey path parameter.

+ *

Specific Error Codes:

+ *
    + *
  • InvalidItemShippingDetails
  • + *
  • OutOfStock
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPostString.java index 6e71d933eaa..b7c68455129 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPostString.java @@ -18,6 +18,11 @@ /** *

Creates an Order from a Quote in a BusinessUnit. Creating an Order fails with an InvalidOperation if the Quote does not reference the same BusinessUnit as the businessUnitKey path parameter.

+ *

Specific Error Codes:

+ *
    + *
  • InvalidItemShippingDetails
  • + *
  • OutOfStock
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPost.java index 1c5546e8791..03020b73fd8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPost.java @@ -21,6 +21,13 @@ /** *

Creating a Cart fails with an InvalidOperation error if the ShippingMethod referenced in the CartDraft has a predicate that does not match the Cart.

+ *

Specific Error Codes:

+ *
    + *
  • DiscountCodeNonApplicable
  • + *
  • InvalidItemShippingDetails
  • + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPostString.java index 8de99391701..b59a0d016a2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPostString.java @@ -22,6 +22,13 @@ /** *

Creating a Cart fails with an InvalidOperation error if the ShippingMethod referenced in the CartDraft has a predicate that does not match the Cart.

+ *

Specific Error Codes:

+ *
    + *
  • DiscountCodeNonApplicable
  • + *
  • InvalidItemShippingDetails
  • + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePost.java index 3f8bf988bd8..25854ad25aa 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePost.java @@ -19,6 +19,11 @@ *

Creates a new Cart by replicating an existing Cart or Order. Can be useful in cases where a customer wants to cancel a recent order to make some changes or reorder a previous order.

*

The replicated Cart preserves Customer information, Line Items and Custom Line Items, Custom Fields, Discount Codes, and other settings of the Cart or Order. If the Line Items become invalid, for example, due to removed Products or Prices, they are removed from the new Cart. If the Customer switches to another Customer Group, the new Cart is updated with the new value. It has up-to-date Tax Rates, Prices, and Line Item product data and is in Active CartState.

*

The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to initial.

+ *

Specific Error Codes:

+ *
    + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePostString.java index 594ff1f27e0..036eeb92abf 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePostString.java @@ -20,6 +20,11 @@ *

Creates a new Cart by replicating an existing Cart or Order. Can be useful in cases where a customer wants to cancel a recent order to make some changes or reorder a previous order.

*

The replicated Cart preserves Customer information, Line Items and Custom Line Items, Custom Fields, Discount Codes, and other settings of the Cart or Order. If the Line Items become invalid, for example, due to removed Products or Prices, they are removed from the new Cart. If the Customer switches to another Customer Group, the new Cart is updated with the new value. It has up-to-date Tax Rates, Prices, and Line Item product data and is in Active CartState.

*

The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to initial.

+ *

Specific Error Codes:

+ *
    + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPost.java index a5db48706e3..3093a776be8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPost.java @@ -21,6 +21,14 @@ /** *

Creates a Cart in the Store specified by storeKey. When using this endpoint the Cart's store field is always set to the Store specified in the path parameter. If the referenced ShippingMethod in the CartDraft has a predicate that does not match, an InvalidOperation error is returned.

+ *

Specific Error Codes:

+ *
    + *
  • DiscountCodeNonApplicable
  • + *
  • InvalidItemShippingDetails
  • + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
  • CountryNotConfiguredInStore
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPostString.java index 2d6c990c3db..72f20783696 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPostString.java @@ -22,6 +22,14 @@ /** *

Creates a Cart in the Store specified by storeKey. When using this endpoint the Cart's store field is always set to the Store specified in the path parameter. If the referenced ShippingMethod in the CartDraft has a predicate that does not match, an InvalidOperation error is returned.

+ *

Specific Error Codes:

+ *
    + *
  • DiscountCodeNonApplicable
  • + *
  • InvalidItemShippingDetails
  • + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
  • CountryNotConfiguredInStore
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePost.java index 1be88024302..afdf27dd4cb 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePost.java @@ -19,6 +19,11 @@ *

Creates a new Cart by replicating an existing Cart or Order. Can be useful in cases where a customer wants to cancel a recent order to make some changes or reorder a previous order.

*

The replicated Cart preserves Customer information, Line Items and Custom Line Items, Custom Fields, Discount Codes, and other settings of the Cart or Order. If the Line Items become invalid, for example, due to removed Products or Prices, they are removed from the new Cart. If the Customer switches to another Customer Group, the new Cart is updated with the new value. It has up-to-date Tax Rates, Prices, and Line Item product data and is in Active CartState.

*

The new Cart does not contain payments or deliveries. The State of Line Items and Custom Line Items is reset to initial.

+ *

Specific Error Codes:

+ *
    + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePostString.java index febb6954ca5..2a46e1169f9 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePostString.java @@ -20,6 +20,11 @@ *

Creates a new Cart by replicating an existing Cart or Order. Can be useful in cases where a customer wants to cancel a recent order to make some changes or reorder a previous order.

*

The replicated Cart preserves Customer information, Line Items and Custom Line Items, Custom Fields, Discount Codes, and other settings of the Cart or Order. If the Line Items become invalid, for example, due to removed Products or Prices, they are removed from the new Cart. If the Customer switches to another Customer Group, the new Cart is updated with the new value. It has up-to-date Tax Rates, Prices, and Line Item product data and is in Active CartState.

*

The new Cart does not contain payments or deliveries. The State of Line Items and Custom Line Items is reset to initial.

+ *

Specific Error Codes:

+ *
    + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
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 cc1f740854b..1d6d66f3552 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.

+ *

A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

*

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.

* diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPostString.java index bc8308c15ed..fae7f6679f5 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPostString.java @@ -18,6 +18,7 @@ /** *

Authenticates a Customer associated with a Store. For more information, see Global versus Store-specific Customers.

+ *

A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

*

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.

* diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPost.java index 6b4781fb9ec..5fcb9689ec3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPost.java @@ -22,7 +22,14 @@ /** *

Creates a Cart in the specified Store for a given customerId or anonymousId.

*

The store field in the created Cart is set to the Store specified by the storeKey path parameter.

- *

Specific Error Codes: CountryNotConfiguredInStore

+ *

Specific Error Codes:

+ *
    + *
  • CountryNotConfiguredInStore
  • + *
  • DiscountCodeNonApplicable
  • + *
  • InvalidItemShippingDetails
  • + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPostString.java index 58b3e66e8de..27c4a3dc55a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPostString.java @@ -23,7 +23,14 @@ /** *

Creates a Cart in the specified Store for a given customerId or anonymousId.

*

The store field in the created Cart is set to the Store specified by the storeKey path parameter.

- *

Specific Error Codes: CountryNotConfiguredInStore

+ *

Specific Error Codes:

+ *
    + *
  • CountryNotConfiguredInStore
  • + *
  • DiscountCodeNonApplicable
  • + *
  • InvalidItemShippingDetails
  • + *
  • MatchingPriceNotFound
  • + *
  • MissingTaxRateForCountry
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPost.java index 4764e45ddce..307c3268e43 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPost.java @@ -21,7 +21,7 @@ *
  • If the Customer does not have a Cart, the most recently modified anonymous cart becomes the Customer's Cart.
  • *
  • If the Customer already has a Cart, the most recently modified anonymous cart is handled according to AnonymousCartSignInMode.
  • * - *

    If a Cart is returned as part of CustomerSignInResult, it has been recalculated with up-to-date prices, taxes, discounts, and invalid line items removed.

    + *

    A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    *

    If an account with the given credentials is not found, an InvalidCredentials error is returned.

    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPostString.java index e4b63933789..21838c96983 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPostString.java @@ -22,7 +22,7 @@ *
  • If the Customer does not have a Cart, the most recently modified anonymous cart becomes the Customer's Cart.
  • *
  • If the Customer already has a Cart, the most recently modified anonymous cart is handled according to AnonymousCartSignInMode.
  • * - *

    If a Cart is returned as part of CustomerSignInResult, it has been recalculated with up-to-date prices, taxes, discounts, and invalid line items removed.

    + *

    A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    *

    If an account with the given credentials is not found, an InvalidCredentials error is returned.

    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPost.java index 44603e3cba6..a13b2507526 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPost.java @@ -24,11 +24,15 @@ *

    Creating an Order produces the OrderCreated Message.

    *

    Specific Error Codes:

    *
      + *
    • AssociateMissingPermission
    • + *
    • CountryNotConfiguredInStore
    • + *
    • DiscountCodeNonApplicable
    • + *
    • InvalidItemShippingDetails
    • + *
    • MatchingPriceNotFound
    • + *
    • MissingTaxRateForCountry
    • *
    • OutOfStock
    • *
    • PriceChanged
    • - *
    • DiscountCodeNonApplicable
    • - *
    • CountryNotConfiguredInStore
    • - *
    • AssociateMissingPermission
    • + *
    • ShippingMethodDoesNotMatchCart
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPostString.java index f0e2e38c6c3..e9be5a5d19e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPostString.java @@ -25,11 +25,15 @@ *

    Creating an Order produces the OrderCreated Message.

    *

    Specific Error Codes:

    *
      + *
    • AssociateMissingPermission
    • + *
    • CountryNotConfiguredInStore
    • + *
    • DiscountCodeNonApplicable
    • + *
    • InvalidItemShippingDetails
    • + *
    • MatchingPriceNotFound
    • + *
    • MissingTaxRateForCountry
    • *
    • OutOfStock
    • *
    • PriceChanged
    • - *
    • DiscountCodeNonApplicable
    • - *
    • CountryNotConfiguredInStore
    • - *
    • AssociateMissingPermission
    • + *
    • ShippingMethodDoesNotMatchCart
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPost.java index ec8b0076854..06ad094a312 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPost.java @@ -17,6 +17,7 @@ /** *

    If omitted in the request body, the Customer stores field is set to the Store specified in the path parameter.

    + *

    A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    *

    Creating a Customer produces the CustomerCreated Message.

    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPostString.java index d1b32c69bbd..5bd1461fc94 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPostString.java @@ -18,6 +18,7 @@ /** *

    If omitted in the request body, the Customer stores field is set to the Store specified in the path parameter.

    + *

    A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    *

    Creating a Customer produces the CustomerCreated Message.

    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPost.java index dc64420d400..4be9b274c83 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPost.java @@ -21,8 +21,7 @@ /** *

    Before you create an Order, the Cart must have a shipping address set. The shipping address is used for tax calculation for a Cart with Platform TaxMode.

    - *

    Creating an Order produces the OrderCreated Message.

    - *

    If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned. If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.

    + *

    Creating an Order produces the OrderCreated Message. If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned. If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.

    *

    Specific Error Codes:

    *
      *
    • OutOfStock
    • diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPostString.java index 6d76186524a..4ceed6424c3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPostString.java @@ -22,8 +22,7 @@ /** *

      Before you create an Order, the Cart must have a shipping address set. The shipping address is used for tax calculation for a Cart with Platform TaxMode.

      - *

      Creating an Order produces the OrderCreated Message.

      - *

      If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned. If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.

      + *

      Creating an Order produces the OrderCreated Message. If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned. If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.

      *

      Specific Error Codes:

      *
        *
      • OutOfStock
      • diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyLoginPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyLoginPost.java index 0e543605f31..ec4d9ea0327 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyLoginPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyLoginPost.java @@ -18,6 +18,7 @@ /** *

        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.

        + *

        A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

        *

        If an account with the given credentials is not found, an InvalidCredentials error is returned.

        * *
        diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyLoginPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyLoginPostString.java index 4db0f797fed..4d26377ead1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyLoginPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyLoginPostString.java @@ -19,6 +19,7 @@ /** *

        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.

        + *

        A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

        *

        If an account with the given credentials is not found, an InvalidCredentials error is returned.

        * *
        diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsPost.java index e94918e9519..396275e9303 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsPost.java @@ -21,6 +21,13 @@ /** *

        Creates a Cart for a given customerId or anonymousId.

        + *

        Specific Error Codes:

        + *
          + *
        • DiscountCodeNonApplicable
        • + *
        • InvalidItemShippingDetails
        • + *
        • MatchingPriceNotFound
        • + *
        • MissingTaxRateForCountry
        • + *
        * *
        *
        diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsPostString.java index c7d69d0b70c..ba75c23bf85 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsPostString.java @@ -22,6 +22,13 @@ /** *

        Creates a Cart for a given customerId or anonymousId.

        + *

        Specific Error Codes:

        + *
          + *
        • DiscountCodeNonApplicable
        • + *
        • InvalidItemShippingDetails
        • + *
        • MatchingPriceNotFound
        • + *
        • MissingTaxRateForCountry
        • + *
        * *
        *
        diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsReplicatePost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsReplicatePost.java index 2a8ed1313d4..2e74b401506 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsReplicatePost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsReplicatePost.java @@ -20,6 +20,11 @@ *

        The replicated Cart preserves Customer information, Line Items and Custom Line Items, Custom Fields, Discount Codes, and other settings of the Cart or Order. If the Line Items become invalid, for example, due to removed Products or Prices, they are removed from the new Cart. If the Customer switches to another Customer Group, the new Cart is updated with the new value. It has up-to-date Tax Rates, Prices, and Line Item product data and is in Active CartState.

        *

        The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to initial.

        *

        If the Cart or Order to be replicated does not belong to the authenticated Customer, the API returns a ResourceNotFound error

        + *

        Specific Error Codes:

        + *
          + *
        • MatchingPriceNotFound
        • + *
        • MissingTaxRateForCountry
        • + *
        * *
        *
        diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsReplicatePostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsReplicatePostString.java index 1419146c6be..2c90ffdd858 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsReplicatePostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeCartsReplicatePostString.java @@ -21,6 +21,11 @@ *

        The replicated Cart preserves Customer information, Line Items and Custom Line Items, Custom Fields, Discount Codes, and other settings of the Cart or Order. If the Line Items become invalid, for example, due to removed Products or Prices, they are removed from the new Cart. If the Customer switches to another Customer Group, the new Cart is updated with the new value. It has up-to-date Tax Rates, Prices, and Line Item product data and is in Active CartState.

        *

        The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to initial.

        *

        If the Cart or Order to be replicated does not belong to the authenticated Customer, the API returns a ResourceNotFound error

        + *

        Specific Error Codes:

        + *
          + *
        • MatchingPriceNotFound
        • + *
        • MissingTaxRateForCountry
        • + *
        * *
        *
        diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeLoginPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeLoginPost.java index f3f48fca1c3..355d20e7129 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeLoginPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeLoginPost.java @@ -22,7 +22,7 @@ *
      • If the Customer does not have a Cart yet, the most recently modified anonymous cart becomes the Customer's Cart.
      • *
      • If the Customer already has a Cart, the most recently modified anonymous cart is handled in accordance with AnonymousCartSignInMode.
      • *
      - *

      A Cart returned as part of the CustomerSignInResult is recalculated with up-to-date prices, taxes, discounts, and invalid line items removed.

      + *

      A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

      *

      If an account with the given credentials is not found, an InvalidCredentials error is returned.

      * *
      diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeLoginPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeLoginPostString.java index bd769a25212..a06f98b88be 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeLoginPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeLoginPostString.java @@ -23,7 +23,7 @@ *
    • If the Customer does not have a Cart yet, the most recently modified anonymous cart becomes the Customer's Cart.
    • *
    • If the Customer already has a Cart, the most recently modified anonymous cart is handled in accordance with AnonymousCartSignInMode.
    • *
    - *

    A Cart returned as part of the CustomerSignInResult is recalculated with up-to-date prices, taxes, discounts, and invalid line items removed.

    + *

    A Cart returned in the CustomerSignInResult has any invalid Line Items removed and is updated with the latest prices, taxes, and discounts. During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    *

    If an account with the given credentials is not found, an InvalidCredentials error is returned.

    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersPost.java index a88d92c9c08..b617bf86a9c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersPost.java @@ -25,10 +25,14 @@ *

    If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned. If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.

    *

    Specific Error Codes:

    *
      + *
    • AssociateMissingPermission
    • + *
    • DiscountCodeNonApplicable
    • + *
    • InvalidItemShippingDetails
    • *
    • OutOfStock
    • *
    • PriceChanged
    • - *
    • DiscountCodeNonApplicable
    • - *
    • AssociateMissingPermission
    • + *
    • ShippingMethodDoesNotMatchCart
    • + *
    • MatchingPriceNotFound
    • + *
    • MissingTaxRateForCountry
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersPostString.java index e4955e935ac..deb4169c7e0 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersPostString.java @@ -26,10 +26,14 @@ *

    If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned. If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.

    *

    Specific Error Codes:

    *
      + *
    • AssociateMissingPermission
    • + *
    • DiscountCodeNonApplicable
    • + *
    • InvalidItemShippingDetails
    • *
    • OutOfStock
    • *
    • PriceChanged
    • - *
    • DiscountCodeNonApplicable
    • - *
    • AssociateMissingPermission
    • + *
    • ShippingMethodDoesNotMatchCart
    • + *
    • MatchingPriceNotFound
    • + *
    • MissingTaxRateForCountry
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersQuotesPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersQuotesPost.java index 84798fa237c..a6eb08da641 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersQuotesPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersQuotesPost.java @@ -19,11 +19,11 @@ *

    Creating an Order produces the OrderCreated Message.

    *

    Specific Error Codes:

    *
      - *
    • OutOfStock
    • - *
    • PriceChanged
    • + *
    • CountryNotConfiguredInStore
    • *
    • InvalidItemShippingDetails
    • *
    • InvalidOperation
    • - *
    • CountryNotConfiguredInStore
    • + *
    • OutOfStock
    • + *
    • PriceChanged
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersQuotesPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersQuotesPostString.java index 7484ab4017b..781d60c0f9e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersQuotesPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersQuotesPostString.java @@ -20,11 +20,11 @@ *

    Creating an Order produces the OrderCreated Message.

    *

    Specific Error Codes:

    *
      - *
    • OutOfStock
    • - *
    • PriceChanged
    • + *
    • CountryNotConfiguredInStore
    • *
    • InvalidItemShippingDetails
    • *
    • InvalidOperation
    • - *
    • CountryNotConfiguredInStore
    • + *
    • OutOfStock
    • + *
    • PriceChanged
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetAnonymousIdAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetAnonymousIdAction.java index a84bc51cb78..1e71ad3a2bf 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetAnonymousIdAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetAnonymousIdAction.java @@ -13,7 +13,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - * CartSetAnonymousIdAction + *

    If the Cart is already associated with a Customer, an InvalidOperation error is returned.

    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetAnonymousIdActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetAnonymousIdActionImpl.java index 842b1e76114..3628e60d975 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetAnonymousIdActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetAnonymousIdActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - * CartSetAnonymousIdAction + *

    If the Cart is already associated with a Customer, an InvalidOperation error is returned.

    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class CartSetAnonymousIdActionImpl implements CartSetAnonymousIdAction, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetCustomerGroupAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetCustomerGroupAction.java index ff20f2d0e46..7278821e1e9 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetCustomerGroupAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetCustomerGroupAction.java @@ -16,8 +16,8 @@ import jakarta.validation.Valid; /** - *

    This update action can only be used if a Customer is not assigned to a Cart. If a Customer is already assigned, the Cart has the same Customer Group as the assigned Customer.

    - *

    Setting the Customer Group also updates the LineItem prices according to the Customer Group.

    + *

    This update action can only be used if a Customer is not assigned to the Cart. If a Customer is already assigned, the Cart uses the Customer Group of the assigned Customer.

    + *

    To reflect the new Customer Group, this update action can result in updates to the Cart. When this occurs, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetCustomerGroupActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetCustomerGroupActionImpl.java index 82654b389ff..2fe33fcae2f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetCustomerGroupActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetCustomerGroupActionImpl.java @@ -17,8 +17,8 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

    This update action can only be used if a Customer is not assigned to a Cart. If a Customer is already assigned, the Cart has the same Customer Group as the assigned Customer.

    - *

    Setting the Customer Group also updates the LineItem prices according to the Customer Group.

    + *

    This update action can only be used if a Customer is not assigned to the Cart. If a Customer is already assigned, the Cart uses the Customer Group of the assigned Customer.

    + *

    To reflect the new Customer Group, this update action can result in updates to the Cart. When this occurs, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class CartSetCustomerGroupActionImpl implements CartSetCustomerGroupAction, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetCustomerGroupAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetCustomerGroupAction.java index 549faadf022..4cce50eab95 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetCustomerGroupAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetCustomerGroupAction.java @@ -17,6 +17,7 @@ /** *

    Setting the Customer Group of the Customer produces the CustomerGroupSet Message.

    + *

    To reflect the new Customer Group, this update action can result in updates to the most recently modified active Cart. When this occurs, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetCustomerGroupActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetCustomerGroupActionImpl.java index a9d0768174d..9fc6903b8d1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetCustomerGroupActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetCustomerGroupActionImpl.java @@ -18,6 +18,7 @@ /** *

    Setting the Customer Group of the Customer produces the CustomerGroupSet Message.

    + *

    To reflect the new Customer Group, this update action can result in updates to the most recently modified active Cart. When this occurs, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class CustomerSetCustomerGroupActionImpl implements CustomerSetCustomerGroupAction, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/CountryNotConfiguredInStoreError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/CountryNotConfiguredInStoreError.java index 93f94685ca2..701295e48fe 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/CountryNotConfiguredInStoreError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/CountryNotConfiguredInStoreError.java @@ -20,12 +20,10 @@ *
      *
    • Create Cart in Store request and Set Country update action on Carts.
    • *
    • Create Cart in Store request and Set Country update action on My Carts.
    • - *
    • Create Order in Store from Cart requests on Orders.
    • - *
    • Create Order in Store from Cart requests on My Orders.
    • - *
    • Create Order from Quote requests on Orders.
    • - *
    • Create Order from Quote requests on My Orders.
    • + *
    • Create Order in Store from Cart and Create Order from Quote requests on Orders.
    • + *
    • Create Order in Store from Cart and Create Order from Quote requests on My Orders.
    • *
    • Create Order by Import request on Order Import.
    • - *
    • Set Country on Order Edits.
    • + *
    • Set Country update action on Order Edits.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/CountryNotConfiguredInStoreErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/CountryNotConfiguredInStoreErrorImpl.java index e19ffd06df0..b7383694e73 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/CountryNotConfiguredInStoreErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/CountryNotConfiguredInStoreErrorImpl.java @@ -22,12 +22,10 @@ *
      *
    • Create Cart in Store request and Set Country update action on Carts.
    • *
    • Create Cart in Store request and Set Country update action on My Carts.
    • - *
    • Create Order in Store from Cart requests on Orders.
    • - *
    • Create Order in Store from Cart requests on My Orders.
    • - *
    • Create Order from Quote requests on Orders.
    • - *
    • Create Order from Quote requests on My Orders.
    • + *
    • Create Order in Store from Cart and Create Order from Quote requests on Orders.
    • + *
    • Create Order in Store from Cart and Create Order from Quote requests on My Orders.
    • *
    • Create Order by Import request on Order Import.
    • - *
    • Set Country on Order Edits.
    • + *
    • Set Country update action on Order Edits.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/DiscountCodeNonApplicableError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/DiscountCodeNonApplicableError.java index 222464045a3..7e83dba9af4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/DiscountCodeNonApplicableError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/DiscountCodeNonApplicableError.java @@ -19,8 +19,13 @@ *

    Returned when the Cart contains a Discount Code with a DiscountCodeState other than MatchesCart.

    *

    The error is returned as a failed response to:

    *
      + *
    • Create Cart and Create Cart in Store requests and Add DiscountCode update action on Carts.
    • + *
    • Create Cart and Create Cart in Store requests and Add DiscountCode update action on My Carts.
    • + *
    • Create Cart in BusinessUnit request on Associate Carts.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Add DiscountCode update action on Order Edits.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/DiscountCodeNonApplicableErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/DiscountCodeNonApplicableErrorImpl.java index 67815dc0019..1480cc25cc4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/DiscountCodeNonApplicableErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/DiscountCodeNonApplicableErrorImpl.java @@ -20,8 +20,13 @@ *

    Returned when the Cart contains a Discount Code with a DiscountCodeState other than MatchesCart.

    *

    The error is returned as a failed response to:

    *
      + *
    • Create Cart and Create Cart in Store requests and Add DiscountCode update action on Carts.
    • + *
    • Create Cart and Create Cart in Store requests and Add DiscountCode update action on My Carts.
    • + *
    • Create Cart in BusinessUnit request on Associate Carts.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Add DiscountCode update action on Order Edits.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLCountryNotConfiguredInStoreError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLCountryNotConfiguredInStoreError.java index ca6aa999ec6..f37d84f998f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLCountryNotConfiguredInStoreError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLCountryNotConfiguredInStoreError.java @@ -20,12 +20,10 @@ *
      *
    • Create Cart in Store request and Set Country update action on Carts.
    • *
    • Create Cart in Store request and Set Country update action on My Carts.
    • - *
    • Create Order in Store from Cart requests on Orders.
    • - *
    • Create Order in Store from Cart requests on My Orders.
    • - *
    • Create Order from Quote requests on Orders.
    • - *
    • Create Order from Quote requests on My Orders.
    • + *
    • Create Order in Store from Cart and Create Order from Quote requests on Orders.
    • + *
    • Create Order in Store from Cart and Create Order from Quote requests on My Orders.
    • *
    • Create Order by Import request on Order Import.
    • - *
    • Set Country on Order Edits.
    • + *
    • Set Country update action on Order Edits.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLCountryNotConfiguredInStoreErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLCountryNotConfiguredInStoreErrorImpl.java index 5e6a88f364d..b7876a33250 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLCountryNotConfiguredInStoreErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLCountryNotConfiguredInStoreErrorImpl.java @@ -22,12 +22,10 @@ *
      *
    • Create Cart in Store request and Set Country update action on Carts.
    • *
    • Create Cart in Store request and Set Country update action on My Carts.
    • - *
    • Create Order in Store from Cart requests on Orders.
    • - *
    • Create Order in Store from Cart requests on My Orders.
    • - *
    • Create Order from Quote requests on Orders.
    • - *
    • Create Order from Quote requests on My Orders.
    • + *
    • Create Order in Store from Cart and Create Order from Quote requests on Orders.
    • + *
    • Create Order in Store from Cart and Create Order from Quote requests on My Orders.
    • *
    • Create Order by Import request on Order Import.
    • - *
    • Set Country on Order Edits.
    • + *
    • Set Country update action on Order Edits.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLDiscountCodeNonApplicableError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLDiscountCodeNonApplicableError.java index 40d0f500c89..4e543b2736c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLDiscountCodeNonApplicableError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLDiscountCodeNonApplicableError.java @@ -19,8 +19,13 @@ *

    Returned when the Cart contains a Discount Code with a DiscountCodeState other than MatchesCart.

    *

    The error is returned as a failed response to:

    *
      + *
    • Create Cart and Create Cart in Store requests and Add DiscountCode update action on Carts.
    • + *
    • Create Cart and Create Cart in Store requests and Add DiscountCode update action on My Carts.
    • + *
    • Create Cart in BusinessUnit request on Associate Carts.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Add DiscountCode update action on Order Edits.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLDiscountCodeNonApplicableErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLDiscountCodeNonApplicableErrorImpl.java index 7e9924219ab..826a9145ef8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLDiscountCodeNonApplicableErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLDiscountCodeNonApplicableErrorImpl.java @@ -20,8 +20,13 @@ *

    Returned when the Cart contains a Discount Code with a DiscountCodeState other than MatchesCart.

    *

    The error is returned as a failed response to:

    *
      + *
    • Create Cart and Create Cart in Store requests and Add DiscountCode update action on Carts.
    • + *
    • Create Cart and Create Cart in Store requests and Add DiscountCode update action on My Carts.
    • + *
    • Create Cart in BusinessUnit request on Associate Carts.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Add DiscountCode update action on Order Edits.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidCredentialsError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidCredentialsError.java index 33644f1e0fe..da8f8d89901 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidCredentialsError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidCredentialsError.java @@ -18,8 +18,8 @@ *

    Returned when a Customer with the given credentials (matching the given email/password pair) is not found and authentication fails.

    *

    The error is returned as a failed response to:

    *
      - *
    • Authenticate a global Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on Customers.
    • - *
    • Authenticating Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on My Customer Profile.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on My Customer Profile.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidCredentialsErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidCredentialsErrorImpl.java index 51c434f9557..c001fbe722b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidCredentialsErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidCredentialsErrorImpl.java @@ -20,8 +20,8 @@ *

    Returned when a Customer with the given credentials (matching the given email/password pair) is not found and authentication fails.

    *

    The error is returned as a failed response to:

    *
      - *
    • Authenticate a global Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on Customers.
    • - *
    • Authenticating Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on My Customer Profile.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on My Customer Profile.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidItemShippingDetailsError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidItemShippingDetailsError.java index 6eb31fe25e7..164696e6ade 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidItemShippingDetailsError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidItemShippingDetailsError.java @@ -16,7 +16,17 @@ /** *

    Returned when Line Item or Custom Line Item quantities set under ItemShippingDetails do not match the sum of the quantities in their respective shipping details.

    - *

    The error is returned as a failed response to the Create Order from Cart and Create Order in Store from Cart requests.

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    + *
      + *
    • Create Cart and Create Cart in Store requests and Add LineItem, Add CustomLineItem, Set LineItem ShippingDetails, Set CustomLineItem ShippingDetails, Add Shopping List, and Remove LineItem update actions on Carts.
    • + *
    • Create Cart and Create Cart in Store requests, and Add LineItem, Set LineItem ShippingDetails, and Remove LineItem update actions on My Carts.
    • + *
    • Create Cart in BusinessUnit request on Associate Carts.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, Create Order from Quote, and Create Order by Import requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Add LineItem, Add CustomLineItem, Set LineItem ShippingDetails, Set CustomLineItem ShippingDetails, Add Shopping List, and Remove LineItem update actions on Order Edits.
    • + *
    • Create Order from Cart in BusinessUnit and Create Order from Quote in BusinessUnit requests on Associate Orders.
    • + *
    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidItemShippingDetailsErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidItemShippingDetailsErrorImpl.java index bc853313230..6c5747a7640 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidItemShippingDetailsErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidItemShippingDetailsErrorImpl.java @@ -18,7 +18,17 @@ /** *

    Returned when Line Item or Custom Line Item quantities set under ItemShippingDetails do not match the sum of the quantities in their respective shipping details.

    - *

    The error is returned as a failed response to the Create Order from Cart and Create Order in Store from Cart requests.

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    + *
      + *
    • Create Cart and Create Cart in Store requests and Add LineItem, Add CustomLineItem, Set LineItem ShippingDetails, Set CustomLineItem ShippingDetails, Add Shopping List, and Remove LineItem update actions on Carts.
    • + *
    • Create Cart and Create Cart in Store requests, and Add LineItem, Set LineItem ShippingDetails, and Remove LineItem update actions on My Carts.
    • + *
    • Create Cart in BusinessUnit request on Associate Carts.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, Create Order from Quote, and Create Order by Import requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Add LineItem, Add CustomLineItem, Set LineItem ShippingDetails, Set CustomLineItem ShippingDetails, Add Shopping List, and Remove LineItem update actions on Order Edits.
    • + *
    • Create Order from Cart in BusinessUnit and Create Order from Quote in BusinessUnit requests on Associate Orders.
    • + *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class GraphQLInvalidItemShippingDetailsErrorImpl implements GraphQLInvalidItemShippingDetailsError, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMatchingPriceNotFoundError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMatchingPriceNotFoundError.java index e6c4659f986..5d8b49c1ae5 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMatchingPriceNotFoundError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMatchingPriceNotFoundError.java @@ -19,12 +19,17 @@ /** *

    Returned when the Product Variant does not have a Price according to the Product priceMode value for a selected currency, country, Customer Group, or Channel.

    - *

    The error is returned as a failed response to:

    + *

    The error can be returned as a failed response to all update actions on Carts and Staged Orders.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Carts.
    • - *
    • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Order Edits.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests and Set CustomerGroup update action on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on My Customer Profile.
    • + *
    • Create Cart, Create Cart in Store, Replicate Cart, and Replicate Cart in Store requests on Carts.
    • + *
    • Create Cart and Create Cart in Store and Replicate My Cart requests on My Carts.
    • + *
    • Create Cart in BusinessUnit and Replicate Cart in Business Unit requests on Associate Carts.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMatchingPriceNotFoundErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMatchingPriceNotFoundErrorImpl.java index e0c53c8f356..aa4f8e8b10f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMatchingPriceNotFoundErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMatchingPriceNotFoundErrorImpl.java @@ -18,12 +18,17 @@ /** *

    Returned when the Product Variant does not have a Price according to the Product priceMode value for a selected currency, country, Customer Group, or Channel.

    - *

    The error is returned as a failed response to:

    + *

    The error can be returned as a failed response to all update actions on Carts and Staged Orders.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Carts.
    • - *
    • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Order Edits.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests and Set CustomerGroup update action on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on My Customer Profile.
    • + *
    • Create Cart, Create Cart in Store, Replicate Cart, and Replicate Cart in Store requests on Carts.
    • + *
    • Create Cart and Create Cart in Store and Replicate My Cart requests on My Carts.
    • + *
    • Create Cart in BusinessUnit and Replicate Cart in Business Unit requests on Associate Carts.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryError.java index a627404b4dc..91f245ea173 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryError.java @@ -16,10 +16,17 @@ /** *

    Returned when the Tax Category of at least one of the lineItems, customLineItems, or shippingInfo in the Cart is missing the TaxRate matching country and state given in the shippingAddress of that Cart.

    - *

    The error is returned as a failed response to:

    + *

    The error can be returned as a failed response to all update actions on Carts and Staged Orders.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests and Set CustomerGroup update action on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store on My Customer Profile.
    • + *
    • Create Cart, Create Cart in Store, Replicate Cart, and Replicate Cart in Store requests on Carts.
    • + *
    • Create Cart and Create Cart in Store and Replicate My Cart requests on My Carts.
    • + *
    • Create Cart in BusinessUnit and Replicate Cart in Business Unit requests on Associate Carts.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit requests on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryErrorImpl.java index 033df359c0f..6b3b99d0f2f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryErrorImpl.java @@ -18,10 +18,17 @@ /** *

    Returned when the Tax Category of at least one of the lineItems, customLineItems, or shippingInfo in the Cart is missing the TaxRate matching country and state given in the shippingAddress of that Cart.

    - *

    The error is returned as a failed response to:

    + *

    The error can be returned as a failed response to all update actions on Carts and Staged Orders.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests and Set CustomerGroup update action on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store on My Customer Profile.
    • + *
    • Create Cart, Create Cart in Store, Replicate Cart, and Replicate Cart in Store requests on Carts.
    • + *
    • Create Cart and Create Cart in Store and Replicate My Cart requests on My Carts.
    • + *
    • Create Cart in BusinessUnit and Replicate Cart in Business Unit requests on Associate Carts.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit requests on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLOutOfStockError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLOutOfStockError.java index afe1c1a2994..04c5f84cb3e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLOutOfStockError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLOutOfStockError.java @@ -18,8 +18,9 @@ *

    Returned when some of the Line Items are out of stock at the time of placing an Order.

    *

    The error is returned as a failed response to:

    *
      - *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order by Import requests on Orders.
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, Create Order from Quote, and Create Order by Import requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit and Create Order from Quote in BusinessUnit requests on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLOutOfStockErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLOutOfStockErrorImpl.java index b70a7210921..de09aac2958 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLOutOfStockErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLOutOfStockErrorImpl.java @@ -20,8 +20,9 @@ *

    Returned when some of the Line Items are out of stock at the time of placing an Order.

    *

    The error is returned as a failed response to:

    *
      - *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order by Import requests on Orders.
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, Create Order from Quote, and Create Order by Import requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit and Create Order from Quote in BusinessUnit requests on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedError.java index ca730fa2a8f..9dcddd26111 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedError.java @@ -16,12 +16,12 @@ /** *

    Returned when the Price or Tax Rate of some Line Items or Shipping Rate of some Shipping Methods changed since they were last added to the Cart.

    - *

    The error is returned as a failed response to:

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • - *
    • Create Order from Quote request on Orders.
    • - *
    • Create Order from Quote request on My Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedErrorImpl.java index ea760e46e1b..552301a496a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedErrorImpl.java @@ -18,12 +18,12 @@ /** *

    Returned when the Price or Tax Rate of some Line Items or Shipping Rate of some Shipping Methods changed since they were last added to the Cart.

    - *

    The error is returned as a failed response to:

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • - *
    • Create Order from Quote request on Orders.
    • - *
    • Create Order from Quote request on My Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLShippingMethodDoesNotMatchCartError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLShippingMethodDoesNotMatchCartError.java index 5a104dffe5f..0b6f764877f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLShippingMethodDoesNotMatchCartError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLShippingMethodDoesNotMatchCartError.java @@ -16,7 +16,13 @@ /** *

    Returned when the Cart contains a ShippingMethod that is not allowed for the Cart. In this case, the ShippingMethodState value is DoesNotMatchCart.

    - *

    The error is returned as a failed response to the Create Order from Cart or Create Order in Store from Cart requests.

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    + *
      + *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • + *
    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLShippingMethodDoesNotMatchCartErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLShippingMethodDoesNotMatchCartErrorImpl.java index 7edbbb00265..c63b51a4e0b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLShippingMethodDoesNotMatchCartErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLShippingMethodDoesNotMatchCartErrorImpl.java @@ -18,7 +18,13 @@ /** *

    Returned when the Cart contains a ShippingMethod that is not allowed for the Cart. In this case, the ShippingMethodState value is DoesNotMatchCart.

    - *

    The error is returned as a failed response to the Create Order from Cart or Create Order in Store from Cart requests.

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    + *
      + *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • + *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class GraphQLShippingMethodDoesNotMatchCartErrorImpl diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidCredentialsError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidCredentialsError.java index 7407868de12..f723b3c8b7c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidCredentialsError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidCredentialsError.java @@ -18,8 +18,8 @@ *

    Returned when a Customer with the given credentials (matching the given email/password pair) is not found and authentication fails.

    *

    The error is returned as a failed response to:

    *
      - *
    • Authenticate a global Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on Customers.
    • - *
    • Authenticating Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on My Customer Profile.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on My Customer Profile.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidCredentialsErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidCredentialsErrorImpl.java index 049fe79df5e..445530c5b42 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidCredentialsErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidCredentialsErrorImpl.java @@ -20,8 +20,8 @@ *

    Returned when a Customer with the given credentials (matching the given email/password pair) is not found and authentication fails.

    *

    The error is returned as a failed response to:

    *
      - *
    • Authenticate a global Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on Customers.
    • - *
    • Authenticating Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on My Customer Profile.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on My Customer Profile.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidItemShippingDetailsError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidItemShippingDetailsError.java index 4c0eb6cc529..b7f46eb8755 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidItemShippingDetailsError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidItemShippingDetailsError.java @@ -16,7 +16,17 @@ /** *

    Returned when Line Item or Custom Line Item quantities set under ItemShippingDetails do not match the sum of the quantities in their respective shipping details.

    - *

    The error is returned as a failed response to the Create Order from Cart and Create Order in Store from Cart requests.

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    + *
      + *
    • Create Cart and Create Cart in Store requests and Add LineItem, Add CustomLineItem, Set LineItem ShippingDetails, Set CustomLineItem ShippingDetails, Add Shopping List, and Remove LineItem update actions on Carts.
    • + *
    • Create Cart and Create Cart in Store requests, and Add LineItem, Set LineItem ShippingDetails, and Remove LineItem update actions on My Carts.
    • + *
    • Create Cart in BusinessUnit request on Associate Carts.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, Create Order from Quote, and Create Order by Import requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Add LineItem, Add CustomLineItem, Set LineItem ShippingDetails, Set CustomLineItem ShippingDetails, Add Shopping List, and Remove LineItem update actions on Order Edits.
    • + *
    • Create Order from Cart in BusinessUnit and Create Order from Quote in BusinessUnit requests on Associate Orders.
    • + *
    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidItemShippingDetailsErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidItemShippingDetailsErrorImpl.java index 89f0f7cff94..0f168e63f1f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidItemShippingDetailsErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/InvalidItemShippingDetailsErrorImpl.java @@ -18,7 +18,17 @@ /** *

    Returned when Line Item or Custom Line Item quantities set under ItemShippingDetails do not match the sum of the quantities in their respective shipping details.

    - *

    The error is returned as a failed response to the Create Order from Cart and Create Order in Store from Cart requests.

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    + *
      + *
    • Create Cart and Create Cart in Store requests and Add LineItem, Add CustomLineItem, Set LineItem ShippingDetails, Set CustomLineItem ShippingDetails, Add Shopping List, and Remove LineItem update actions on Carts.
    • + *
    • Create Cart and Create Cart in Store requests, and Add LineItem, Set LineItem ShippingDetails, and Remove LineItem update actions on My Carts.
    • + *
    • Create Cart in BusinessUnit request on Associate Carts.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, Create Order from Quote, and Create Order by Import requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Add LineItem, Add CustomLineItem, Set LineItem ShippingDetails, Set CustomLineItem ShippingDetails, Add Shopping List, and Remove LineItem update actions on Order Edits.
    • + *
    • Create Order from Cart in BusinessUnit and Create Order from Quote in BusinessUnit requests on Associate Orders.
    • + *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class InvalidItemShippingDetailsErrorImpl implements InvalidItemShippingDetailsError, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MatchingPriceNotFoundError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MatchingPriceNotFoundError.java index 8228d1f5eb9..2986b596a0d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MatchingPriceNotFoundError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MatchingPriceNotFoundError.java @@ -19,12 +19,17 @@ /** *

    Returned when the Product Variant does not have a Price according to the Product priceMode value for a selected currency, country, Customer Group, or Channel.

    - *

    The error is returned as a failed response to:

    + *

    The error can be returned as a failed response to all update actions on Carts and Staged Orders.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Carts.
    • - *
    • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Order Edits.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests and Set CustomerGroup update action on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on My Customer Profile.
    • + *
    • Create Cart, Create Cart in Store, Replicate Cart, and Replicate Cart in Store requests on Carts.
    • + *
    • Create Cart and Create Cart in Store and Replicate My Cart requests on My Carts.
    • + *
    • Create Cart in BusinessUnit and Replicate Cart in Business Unit requests on Associate Carts.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MatchingPriceNotFoundErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MatchingPriceNotFoundErrorImpl.java index d35621467f1..5dd13faf0f6 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MatchingPriceNotFoundErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MatchingPriceNotFoundErrorImpl.java @@ -18,12 +18,17 @@ /** *

    Returned when the Product Variant does not have a Price according to the Product priceMode value for a selected currency, country, Customer Group, or Channel.

    - *

    The error is returned as a failed response to:

    + *

    The error can be returned as a failed response to all update actions on Carts and Staged Orders.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Carts.
    • - *
    • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Order Edits.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests and Set CustomerGroup update action on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests on My Customer Profile.
    • + *
    • Create Cart, Create Cart in Store, Replicate Cart, and Replicate Cart in Store requests on Carts.
    • + *
    • Create Cart and Create Cart in Store and Replicate My Cart requests on My Carts.
    • + *
    • Create Cart in BusinessUnit and Replicate Cart in Business Unit requests on Associate Carts.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryError.java index 40f72c25911..67be477f10f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryError.java @@ -16,10 +16,17 @@ /** *

    Returned when the Tax Category of at least one of the lineItems, customLineItems, or shippingInfo in the Cart is missing the TaxRate matching country and state given in the shippingAddress of that Cart.

    - *

    The error is returned as a failed response to:

    + *

    The error can be returned as a failed response to all update actions on Carts and Staged Orders.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests and Set CustomerGroup update action on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store on My Customer Profile.
    • + *
    • Create Cart, Create Cart in Store, Replicate Cart, and Replicate Cart in Store requests on Carts.
    • + *
    • Create Cart and Create Cart in Store and Replicate My Cart requests on My Carts.
    • + *
    • Create Cart in BusinessUnit and Replicate Cart in Business Unit requests on Associate Carts.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit requests on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryErrorImpl.java index c21ac1bf3e9..69f04ef0897 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryErrorImpl.java @@ -18,10 +18,17 @@ /** *

    Returned when the Tax Category of at least one of the lineItems, customLineItems, or shippingInfo in the Cart is missing the TaxRate matching country and state given in the shippingAddress of that Cart.

    - *

    The error is returned as a failed response to:

    + *

    The error can be returned as a failed response to all update actions on Carts and Staged Orders.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store requests and Set CustomerGroup update action on Customers.
    • + *
    • Authenticate (sign in) Customer and Authenticate (sign in) Customer in Store on My Customer Profile.
    • + *
    • Create Cart, Create Cart in Store, Replicate Cart, and Replicate Cart in Store requests on Carts.
    • + *
    • Create Cart and Create Cart in Store and Replicate My Cart requests on My Carts.
    • + *
    • Create Cart in BusinessUnit and Replicate Cart in Business Unit requests on Associate Carts.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit requests on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/OutOfStockError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/OutOfStockError.java index b11ef43ee16..701712ff60b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/OutOfStockError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/OutOfStockError.java @@ -18,8 +18,9 @@ *

    Returned when some of the Line Items are out of stock at the time of placing an Order.

    *

    The error is returned as a failed response to:

    *
      - *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order by Import requests on Orders.
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, Create Order from Quote, and Create Order by Import requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit and Create Order from Quote in BusinessUnit requests on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/OutOfStockErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/OutOfStockErrorImpl.java index fa3597b23b0..d3adf79f64b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/OutOfStockErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/OutOfStockErrorImpl.java @@ -20,8 +20,9 @@ *

    Returned when some of the Line Items are out of stock at the time of placing an Order.

    *

    The error is returned as a failed response to:

    *
      - *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order by Import requests on Orders.
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, Create Order from Quote, and Create Order by Import requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit and Create Order from Quote in BusinessUnit requests on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/PriceChangedError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/PriceChangedError.java index 56d5dab7051..4f71421ca19 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/PriceChangedError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/PriceChangedError.java @@ -16,12 +16,12 @@ /** *

    Returned when the Price or Tax Rate of some Line Items or Shipping Rate of some Shipping Methods changed since they were last added to the Cart.

    - *

    The error is returned as a failed response to:

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • - *
    • Create Order from Quote request on Orders.
    • - *
    • Create Order from Quote request on My Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    * *
    diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/PriceChangedErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/PriceChangedErrorImpl.java index 87b59f903b8..cb2ea22bae2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/PriceChangedErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/PriceChangedErrorImpl.java @@ -18,12 +18,12 @@ /** *

    Returned when the Price or Tax Rate of some Line Items or Shipping Rate of some Shipping Methods changed since they were last added to the Cart.

    - *

    The error is returned as a failed response to:

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    *
      - *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • - *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • - *
    • Create Order from Quote request on Orders.
    • - *
    • Create Order from Quote request on My Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on Orders.
    • + *
    • Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ShippingMethodDoesNotMatchCartError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ShippingMethodDoesNotMatchCartError.java index b5d998c820e..e38e18a7a00 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ShippingMethodDoesNotMatchCartError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ShippingMethodDoesNotMatchCartError.java @@ -16,7 +16,13 @@ /** *

    Returned when the Cart contains a ShippingMethod that is not allowed for the Cart. In this case, the ShippingMethodState value is DoesNotMatchCart.

    - *

    The error is returned as a failed response to the Create Order from Cart or Create Order in Store from Cart requests.

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    + *
      + *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • + *
    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ShippingMethodDoesNotMatchCartErrorImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ShippingMethodDoesNotMatchCartErrorImpl.java index 7212de83ff5..b491b8c51a0 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ShippingMethodDoesNotMatchCartErrorImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ShippingMethodDoesNotMatchCartErrorImpl.java @@ -18,7 +18,13 @@ /** *

    Returned when the Cart contains a ShippingMethod that is not allowed for the Cart. In this case, the ShippingMethodState value is DoesNotMatchCart.

    - *

    The error is returned as a failed response to the Create Order from Cart or Create Order in Store from Cart requests.

    + *

    When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.

    + *

    The error is also returned as a failed response to:

    + *
      + *
    • Create Order from Cart and Create Order in Store from Cart requests on Orders.
    • + *
    • Create Order from Cart and Create Order in Store from Cart requests on My Orders.
    • + *
    • Create Order from Cart in BusinessUnit request on Associate Orders.
    • + *
    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class ShippingMethodDoesNotMatchCartErrorImpl implements ShippingMethodDoesNotMatchCartError, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessage.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessage.java index 9528168746c..8fc90f04568 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessage.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessage.java @@ -71,7 +71,7 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public String getLineItemKey(); /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    * @return removedQuantity */ @NotNull @@ -79,7 +79,7 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public Long getRemovedQuantity(); /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    * @return newQuantity */ @NotNull @@ -87,7 +87,7 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public Long getNewQuantity(); /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @return newState */ @NotNull @@ -96,7 +96,7 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public List getNewState(); /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @return newTotalPrice */ @NotNull @@ -105,7 +105,7 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public CentPrecisionMoney getNewTotalPrice(); /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @return newTaxedPrice */ @Valid @@ -113,7 +113,7 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public TaxedItemPrice getNewTaxedPrice(); /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @return newPrice */ @Valid @@ -121,7 +121,7 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public Price getNewPrice(); /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @return newShippingDetail */ @Valid @@ -143,21 +143,21 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public void setLineItemKey(final String lineItemKey); /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    * @param removedQuantity value to be set */ public void setRemovedQuantity(final Long removedQuantity); /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    * @param newQuantity value to be set */ public void setNewQuantity(final Long newQuantity); /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState values to be set */ @@ -165,35 +165,35 @@ public interface OrderLineItemRemovedMessage extends OrderMessage { public void setNewState(final ItemState... newState); /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState values to be set */ public void setNewState(final List newState); /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @param newTotalPrice value to be set */ public void setNewTotalPrice(final CentPrecisionMoney newTotalPrice); /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @param newTaxedPrice value to be set */ public void setNewTaxedPrice(final TaxedItemPrice newTaxedPrice); /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @param newPrice value to be set */ public void setNewPrice(final Price newPrice); /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @param newShippingDetail value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessageBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessageBuilder.java index d8072fb85a4..5c956c48fb2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessageBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessageBuilder.java @@ -303,7 +303,7 @@ public OrderLineItemRemovedMessageBuilder lineItemKey(@Nullable final String lin } /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    * @param removedQuantity value to be set * @return Builder */ @@ -314,7 +314,7 @@ public OrderLineItemRemovedMessageBuilder removedQuantity(final Long removedQuan } /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    * @param newQuantity value to be set * @return Builder */ @@ -325,7 +325,7 @@ public OrderLineItemRemovedMessageBuilder newQuantity(final Long newQuantity) { } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState value to be set * @return Builder */ @@ -336,7 +336,7 @@ public OrderLineItemRemovedMessageBuilder newState(final com.commercetools.api.m } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState value to be set * @return Builder */ @@ -348,7 +348,7 @@ public OrderLineItemRemovedMessageBuilder newState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState value to be set * @return Builder */ @@ -363,7 +363,7 @@ public OrderLineItemRemovedMessageBuilder plusNewState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param builder function to build the newState value * @return Builder */ @@ -378,7 +378,7 @@ public OrderLineItemRemovedMessageBuilder plusNewState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param builder function to build the newState value * @return Builder */ @@ -391,7 +391,7 @@ public OrderLineItemRemovedMessageBuilder withNewState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param builder function to build the newState value * @return Builder */ @@ -402,7 +402,7 @@ public OrderLineItemRemovedMessageBuilder addNewState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param builder function to build the newState value * @return Builder */ @@ -413,7 +413,7 @@ public OrderLineItemRemovedMessageBuilder setNewState( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @param builder function to build the newTotalPrice value * @return Builder */ @@ -425,7 +425,7 @@ public OrderLineItemRemovedMessageBuilder newTotalPrice( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @param builder function to build the newTotalPrice value * @return Builder */ @@ -437,7 +437,7 @@ public OrderLineItemRemovedMessageBuilder withNewTotalPrice( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @param newTotalPrice value to be set * @return Builder */ @@ -449,7 +449,7 @@ public OrderLineItemRemovedMessageBuilder newTotalPrice( } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @param builder function to build the newTaxedPrice value * @return Builder */ @@ -461,7 +461,7 @@ public OrderLineItemRemovedMessageBuilder newTaxedPrice( } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @param builder function to build the newTaxedPrice value * @return Builder */ @@ -473,7 +473,7 @@ public OrderLineItemRemovedMessageBuilder withNewTaxedPrice( } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @param newTaxedPrice value to be set * @return Builder */ @@ -485,7 +485,7 @@ public OrderLineItemRemovedMessageBuilder newTaxedPrice( } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @param builder function to build the newPrice value * @return Builder */ @@ -497,7 +497,7 @@ public OrderLineItemRemovedMessageBuilder newPrice( } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @param builder function to build the newPrice value * @return Builder */ @@ -509,7 +509,7 @@ public OrderLineItemRemovedMessageBuilder withNewPrice( } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @param newPrice value to be set * @return Builder */ @@ -521,7 +521,7 @@ public OrderLineItemRemovedMessageBuilder newPrice( } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @param builder function to build the newShippingDetail value * @return Builder */ @@ -534,7 +534,7 @@ public OrderLineItemRemovedMessageBuilder newShippingDetail( } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @param builder function to build the newShippingDetail value * @return Builder */ @@ -546,7 +546,7 @@ public OrderLineItemRemovedMessageBuilder withNewShippingDetail( } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @param newShippingDetail value to be set * @return Builder */ @@ -670,7 +670,7 @@ public String getLineItemKey() { } /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    * @return removedQuantity */ @@ -679,7 +679,7 @@ public Long getRemovedQuantity() { } /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    * @return newQuantity */ @@ -688,7 +688,7 @@ public Long getNewQuantity() { } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @return newState */ @@ -697,7 +697,7 @@ public java.util.List getNewState( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @return newTotalPrice */ @@ -706,7 +706,7 @@ public com.commercetools.api.models.common.CentPrecisionMoney getNewTotalPrice() } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @return newTaxedPrice */ @@ -716,7 +716,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getNewTaxedPrice() { } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @return newPrice */ @@ -726,7 +726,7 @@ public com.commercetools.api.models.common.Price getNewPrice() { } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @return newShippingDetail */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessageImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessageImpl.java index 707dc3b45c9..e5fe1a1490d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessageImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessageImpl.java @@ -217,7 +217,7 @@ public String getLineItemKey() { } /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    */ public Long getRemovedQuantity() { @@ -225,7 +225,7 @@ public Long getRemovedQuantity() { } /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    */ public Long getNewQuantity() { @@ -233,7 +233,7 @@ public Long getNewQuantity() { } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    */ public java.util.List getNewState() { @@ -241,7 +241,7 @@ public java.util.List getNewState( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    */ public com.commercetools.api.models.common.CentPrecisionMoney getNewTotalPrice() { @@ -249,7 +249,7 @@ public com.commercetools.api.models.common.CentPrecisionMoney getNewTotalPrice() } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    */ public com.commercetools.api.models.cart.TaxedItemPrice getNewTaxedPrice() { @@ -257,7 +257,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getNewTaxedPrice() { } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    */ public com.commercetools.api.models.common.Price getNewPrice() { @@ -265,7 +265,7 @@ public com.commercetools.api.models.common.Price getNewPrice() { } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    */ public com.commercetools.api.models.cart.ItemShippingDetails getNewShippingDetail() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayload.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayload.java index 6c7402ea6a8..6f5666aac64 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayload.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayload.java @@ -64,7 +64,7 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public String getLineItemKey(); /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    * @return removedQuantity */ @NotNull @@ -72,7 +72,7 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public Long getRemovedQuantity(); /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    * @return newQuantity */ @NotNull @@ -80,7 +80,7 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public Long getNewQuantity(); /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @return newState */ @NotNull @@ -89,7 +89,7 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public List getNewState(); /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @return newTotalPrice */ @NotNull @@ -98,7 +98,7 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public CentPrecisionMoney getNewTotalPrice(); /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @return newTaxedPrice */ @Valid @@ -106,7 +106,7 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public TaxedItemPrice getNewTaxedPrice(); /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @return newPrice */ @Valid @@ -114,7 +114,7 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public Price getNewPrice(); /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @return newShippingDetail */ @Valid @@ -136,21 +136,21 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public void setLineItemKey(final String lineItemKey); /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    * @param removedQuantity value to be set */ public void setRemovedQuantity(final Long removedQuantity); /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    * @param newQuantity value to be set */ public void setNewQuantity(final Long newQuantity); /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState values to be set */ @@ -158,35 +158,35 @@ public interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public void setNewState(final ItemState... newState); /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState values to be set */ public void setNewState(final List newState); /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @param newTotalPrice value to be set */ public void setNewTotalPrice(final CentPrecisionMoney newTotalPrice); /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @param newTaxedPrice value to be set */ public void setNewTaxedPrice(final TaxedItemPrice newTaxedPrice); /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @param newPrice value to be set */ public void setNewPrice(final Price newPrice); /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @param newShippingDetail value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayloadBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayloadBuilder.java index e2d8792c65b..03e7189d4fe 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayloadBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayloadBuilder.java @@ -73,7 +73,7 @@ public OrderLineItemRemovedMessagePayloadBuilder lineItemKey(@Nullable final Str } /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    * @param removedQuantity value to be set * @return Builder */ @@ -84,7 +84,7 @@ public OrderLineItemRemovedMessagePayloadBuilder removedQuantity(final Long remo } /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    * @param newQuantity value to be set * @return Builder */ @@ -95,7 +95,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newQuantity(final Long newQuant } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState value to be set * @return Builder */ @@ -107,7 +107,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState value to be set * @return Builder */ @@ -119,7 +119,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param newState value to be set * @return Builder */ @@ -134,7 +134,7 @@ public OrderLineItemRemovedMessagePayloadBuilder plusNewState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param builder function to build the newState value * @return Builder */ @@ -149,7 +149,7 @@ public OrderLineItemRemovedMessagePayloadBuilder plusNewState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param builder function to build the newState value * @return Builder */ @@ -162,7 +162,7 @@ public OrderLineItemRemovedMessagePayloadBuilder withNewState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param builder function to build the newState value * @return Builder */ @@ -173,7 +173,7 @@ public OrderLineItemRemovedMessagePayloadBuilder addNewState( } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @param builder function to build the newState value * @return Builder */ @@ -184,7 +184,7 @@ public OrderLineItemRemovedMessagePayloadBuilder setNewState( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @param builder function to build the newTotalPrice value * @return Builder */ @@ -196,7 +196,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newTotalPrice( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @param builder function to build the newTotalPrice value * @return Builder */ @@ -208,7 +208,7 @@ public OrderLineItemRemovedMessagePayloadBuilder withNewTotalPrice( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @param newTotalPrice value to be set * @return Builder */ @@ -220,7 +220,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newTotalPrice( } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @param builder function to build the newTaxedPrice value * @return Builder */ @@ -232,7 +232,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newTaxedPrice( } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @param builder function to build the newTaxedPrice value * @return Builder */ @@ -244,7 +244,7 @@ public OrderLineItemRemovedMessagePayloadBuilder withNewTaxedPrice( } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @param newTaxedPrice value to be set * @return Builder */ @@ -256,7 +256,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newTaxedPrice( } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @param builder function to build the newPrice value * @return Builder */ @@ -268,7 +268,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newPrice( } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @param builder function to build the newPrice value * @return Builder */ @@ -280,7 +280,7 @@ public OrderLineItemRemovedMessagePayloadBuilder withNewPrice( } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @param newPrice value to be set * @return Builder */ @@ -292,7 +292,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newPrice( } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @param builder function to build the newShippingDetail value * @return Builder */ @@ -305,7 +305,7 @@ public OrderLineItemRemovedMessagePayloadBuilder newShippingDetail( } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @param builder function to build the newShippingDetail value * @return Builder */ @@ -317,7 +317,7 @@ public OrderLineItemRemovedMessagePayloadBuilder withNewShippingDetail( } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @param newShippingDetail value to be set * @return Builder */ @@ -348,7 +348,7 @@ public String getLineItemKey() { } /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    * @return removedQuantity */ @@ -357,7 +357,7 @@ public Long getRemovedQuantity() { } /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    * @return newQuantity */ @@ -366,7 +366,7 @@ public Long getNewQuantity() { } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    * @return newState */ @@ -375,7 +375,7 @@ public java.util.List getNewState( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    * @return newTotalPrice */ @@ -384,7 +384,7 @@ public com.commercetools.api.models.common.CentPrecisionMoney getNewTotalPrice() } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    * @return newTaxedPrice */ @@ -394,7 +394,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getNewTaxedPrice() { } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    * @return newPrice */ @@ -404,7 +404,7 @@ public com.commercetools.api.models.common.Price getNewPrice() { } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    * @return newShippingDetail */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayloadImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayloadImpl.java index 7117f33b555..99888e16e3f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayloadImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemRemovedMessagePayloadImpl.java @@ -99,7 +99,7 @@ public String getLineItemKey() { } /** - *

    Quantity of Line Items that were removed during the Remove Line Item update action.

    + *

    Quantity of Line Items that were removed during the Remove LineItem update action.

    */ public Long getRemovedQuantity() { @@ -107,7 +107,7 @@ public Long getRemovedQuantity() { } /** - *

    Line Item quantity after the Remove Line Item update action.

    + *

    Line Item quantity after the Remove LineItem update action.

    */ public Long getNewQuantity() { @@ -115,7 +115,7 @@ public Long getNewQuantity() { } /** - *

    ItemStates after the Remove Line Item update action.

    + *

    ItemStates after the Remove LineItem update action.

    */ public java.util.List getNewState() { @@ -123,7 +123,7 @@ public java.util.List getNewState( } /** - *

    totalPrice of the Order after the Remove Line Item update action.

    + *

    totalPrice of the Order after the Remove LineItem update action.

    */ public com.commercetools.api.models.common.CentPrecisionMoney getNewTotalPrice() { @@ -131,7 +131,7 @@ public com.commercetools.api.models.common.CentPrecisionMoney getNewTotalPrice() } /** - *

    TaxedItemPrice of the Order after the Remove Line Item update action.

    + *

    TaxedItemPrice of the Order after the Remove LineItem update action.

    */ public com.commercetools.api.models.cart.TaxedItemPrice getNewTaxedPrice() { @@ -139,7 +139,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getNewTaxedPrice() { } /** - *

    Price of the Order after the Remove Line Item update action.

    + *

    Price of the Order after the Remove LineItem update action.

    */ public com.commercetools.api.models.common.Price getNewPrice() { @@ -147,7 +147,7 @@ public com.commercetools.api.models.common.Price getNewPrice() { } /** - *

    Shipping Details of the Order after the Remove Line Item update action.

    + *

    Shipping Details of the Order after the Remove LineItem update action.

    */ public com.commercetools.api.models.cart.ItemShippingDetails getNewShippingDetail() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetCustomerGroupAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetCustomerGroupAction.java index fc820945885..9244fbaf301 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetCustomerGroupAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetCustomerGroupAction.java @@ -17,8 +17,8 @@ import jakarta.validation.Valid; /** - *

    This update action can only be used if a Customer is not assigned to a Cart. If a Customer is already assigned, the Cart has the same Customer Group as the assigned Customer.

    - *

    Setting the Customer Group also updates the LineItem prices according to the Customer Group.

    + *

    This update action can only be used if a Customer is not assigned to a Cart. If a Customer is already assigned, the Cart uses the Customer Group of the assigned Customer.

    + *

    To reflect the new Customer Group, this update action can result in updates to the Cart. When this occurs, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetCustomerGroupActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetCustomerGroupActionImpl.java index 9c49c0eede2..8b5638f0d22 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetCustomerGroupActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetCustomerGroupActionImpl.java @@ -17,8 +17,8 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

    This update action can only be used if a Customer is not assigned to a Cart. If a Customer is already assigned, the Cart has the same Customer Group as the assigned Customer.

    - *

    Setting the Customer Group also updates the LineItem prices according to the Customer Group.

    + *

    This update action can only be used if a Customer is not assigned to a Cart. If a Customer is already assigned, the Cart uses the Customer Group of the assigned Customer.

    + *

    To reflect the new Customer Group, this update action can result in updates to the Cart. When this occurs, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.

    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class StagedOrderSetCustomerGroupActionImpl implements StagedOrderSetCustomerGroupAction, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentSetAnonymousIdAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentSetAnonymousIdAction.java index 1bb987a76df..57a0e4b4565 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentSetAnonymousIdAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentSetAnonymousIdAction.java @@ -13,7 +13,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - * PaymentSetAnonymousIdAction + *

    If the Payment is already associated with a Customer, an InvalidOperation error is returned.

    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentSetAnonymousIdActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentSetAnonymousIdActionImpl.java index 562e9a16053..97c88f94679 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentSetAnonymousIdActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentSetAnonymousIdActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - * PaymentSetAnonymousIdAction + *

    If the Payment is already associated with a Customer, an InvalidOperation error is returned.

    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class PaymentSetAnonymousIdActionImpl implements PaymentSetAnonymousIdAction, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListSetAnonymousIdAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListSetAnonymousIdAction.java index 70f20adae8a..75f69e55863 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListSetAnonymousIdAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListSetAnonymousIdAction.java @@ -13,7 +13,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - * ShoppingListSetAnonymousIdAction + *

    If the Shopping List is already associated with a Customer, an InvalidOperation error is returned.

    * *
    * Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListSetAnonymousIdActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListSetAnonymousIdActionImpl.java index 4c4e80226f1..6672f21d9ac 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListSetAnonymousIdActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListSetAnonymousIdActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - * ShoppingListSetAnonymousIdAction + *

    If the Shopping List is already associated with a Customer, an InvalidOperation error is returned.

    */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class ShoppingListSetAnonymousIdActionImpl implements ShoppingListSetAnonymousIdAction, ModelBase { diff --git a/references.txt b/references.txt index 3a44f2805e1..230f442ab0a 100644 --- a/references.txt +++ b/references.txt @@ -272,3 +272,4 @@ c163df6435d9b4770f1d07cd2cb379c1f620ceb5 6bd7dfaf13befab20f63e12bcda891250e2637c1 27eb558d5297d7de059ae558e28bf81cb165235b d41fc6a548bdf9a82b6e33c4334c99cda6f4e8d9 +067176dd4ee6c3116d0eae0291ba14c68c8f7b06