Skip to content

Commit dc6061d

Browse files
Merge pull request #689 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 13d8176 + 41faf29 commit dc6061d

File tree

95 files changed

+521
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+521
-228
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPost.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121

2222
/**
2323
* <p>Creates a Cart in the BusinessUnit referenced by <code>businessUnitKey</code>. As such, the <code>businessUnit</code> 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.</p>
24+
* <p>Specific Error Codes:</p>
25+
* <ul>
26+
* <li>DiscountCodeNonApplicable</li>
27+
* <li>InvalidItemShippingDetails</li>
28+
* <li>MatchingPriceNotFound</li>
29+
* <li>MissingTaxRateForCountry</li>
30+
* </ul>
2431
*
2532
* <hr>
2633
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsPostString.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222

2323
/**
2424
* <p>Creates a Cart in the BusinessUnit referenced by <code>businessUnitKey</code>. As such, the <code>businessUnit</code> 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.</p>
25+
* <p>Specific Error Codes:</p>
26+
* <ul>
27+
* <li>DiscountCodeNonApplicable</li>
28+
* <li>InvalidItemShippingDetails</li>
29+
* <li>MatchingPriceNotFound</li>
30+
* <li>MissingTaxRateForCountry</li>
31+
* </ul>
2532
*
2633
* <hr>
2734
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePost.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
* <p>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 <code>Active</code> CartState.</p>
2121
* <p>The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to <code>initial</code>.</p>
2222
* <p>If the Cart exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
23+
* <p>Specific Error Codes:</p>
24+
* <ul>
25+
* <li>MatchingPriceNotFound</li>
26+
* <li>MissingTaxRateForCountry</li>
27+
* </ul>
2328
*
2429
* <hr>
2530
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsReplicatePostString.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
* <p>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 <code>Active</code> CartState.</p>
2222
* <p>The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to <code>initial</code>.</p>
2323
* <p>If the Cart exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
24+
* <p>Specific Error Codes:</p>
25+
* <ul>
26+
* <li>MatchingPriceNotFound</li>
27+
* <li>MissingTaxRateForCountry</li>
28+
* </ul>
2429
*
2530
* <hr>
2631
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPost.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121

2222
/**
2323
* <p>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 <code>businessUnitKey</code> path parameter.</p>
24+
* <p>Specific Error Codes:</p>
25+
* <ul>
26+
* <li>DiscountCodeNonApplicable</li>
27+
* <li>InvalidItemShippingDetails</li>
28+
* <li>OutOfStock</li>
29+
* <li>PriceChanged</li>
30+
* <li>ShippingMethodDoesNotMatchCart</li>
31+
* <li>MatchingPriceNotFound</li>
32+
* <li>MissingTaxRateForCountry</li>
33+
* </ul>
2434
*
2535
* <hr>
2636
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersPostString.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222

2323
/**
2424
* <p>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 <code>businessUnitKey</code> path parameter.</p>
25+
* <p>Specific Error Codes:</p>
26+
* <ul>
27+
* <li>DiscountCodeNonApplicable</li>
28+
* <li>InvalidItemShippingDetails</li>
29+
* <li>OutOfStock</li>
30+
* <li>PriceChanged</li>
31+
* <li>ShippingMethodDoesNotMatchCart</li>
32+
* <li>MatchingPriceNotFound</li>
33+
* <li>MissingTaxRateForCountry</li>
34+
* </ul>
2535
*
2636
* <hr>
2737
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPost.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
/**
1919
* <p>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 <code>businessUnitKey</code> path parameter.</p>
20+
* <p>Specific Error Codes:</p>
21+
* <ul>
22+
* <li>InvalidItemShippingDetails</li>
23+
* <li>OutOfStock</li>
24+
* </ul>
2025
*
2126
* <hr>
2227
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersQuotesPostString.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818

1919
/**
2020
* <p>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 <code>businessUnitKey</code> path parameter.</p>
21+
* <p>Specific Error Codes:</p>
22+
* <ul>
23+
* <li>InvalidItemShippingDetails</li>
24+
* <li>OutOfStock</li>
25+
* </ul>
2126
*
2227
* <hr>
2328
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPost.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121

2222
/**
2323
* <p>Creating a Cart fails with an InvalidOperation error if the ShippingMethod referenced in the CartDraft has a <code>predicate</code> that does not match the Cart.</p>
24+
* <p>Specific Error Codes:</p>
25+
* <ul>
26+
* <li>DiscountCodeNonApplicable</li>
27+
* <li>InvalidItemShippingDetails</li>
28+
* <li>MatchingPriceNotFound</li>
29+
* <li>MissingTaxRateForCountry</li>
30+
* </ul>
2431
*
2532
* <hr>
2633
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsPostString.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222

2323
/**
2424
* <p>Creating a Cart fails with an InvalidOperation error if the ShippingMethod referenced in the CartDraft has a <code>predicate</code> that does not match the Cart.</p>
25+
* <p>Specific Error Codes:</p>
26+
* <ul>
27+
* <li>DiscountCodeNonApplicable</li>
28+
* <li>InvalidItemShippingDetails</li>
29+
* <li>MatchingPriceNotFound</li>
30+
* <li>MissingTaxRateForCountry</li>
31+
* </ul>
2532
*
2633
* <hr>
2734
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePost.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
* <p>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.</p>
2020
* <p>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 <code>Active</code> CartState.</p>
2121
* <p>The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to <code>initial</code>.</p>
22+
* <p>Specific Error Codes:</p>
23+
* <ul>
24+
* <li>MatchingPriceNotFound</li>
25+
* <li>MissingTaxRateForCountry</li>
26+
* </ul>
2227
*
2328
* <hr>
2429
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsReplicatePostString.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
* <p>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.</p>
2121
* <p>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 <code>Active</code> CartState.</p>
2222
* <p>The new Cart does not contain Payments or Deliveries. The State of Line Items and Custom Line Items is reset to <code>initial</code>.</p>
23+
* <p>Specific Error Codes:</p>
24+
* <ul>
25+
* <li>MatchingPriceNotFound</li>
26+
* <li>MissingTaxRateForCountry</li>
27+
* </ul>
2328
*
2429
* <hr>
2530
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPost.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121

2222
/**
2323
* <p>Creates a Cart in the Store specified by <code>storeKey</code>. When using this endpoint the Cart's <code>store</code> 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.</p>
24+
* <p>Specific Error Codes:</p>
25+
* <ul>
26+
* <li>DiscountCodeNonApplicable</li>
27+
* <li>InvalidItemShippingDetails</li>
28+
* <li>MatchingPriceNotFound</li>
29+
* <li>MissingTaxRateForCountry</li>
30+
* <li>CountryNotConfiguredInStore</li>
31+
* </ul>
2432
*
2533
* <hr>
2634
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsPostString.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222

2323
/**
2424
* <p>Creates a Cart in the Store specified by <code>storeKey</code>. When using this endpoint the Cart's <code>store</code> 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.</p>
25+
* <p>Specific Error Codes:</p>
26+
* <ul>
27+
* <li>DiscountCodeNonApplicable</li>
28+
* <li>InvalidItemShippingDetails</li>
29+
* <li>MatchingPriceNotFound</li>
30+
* <li>MissingTaxRateForCountry</li>
31+
* <li>CountryNotConfiguredInStore</li>
32+
* </ul>
2533
*
2634
* <hr>
2735
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePost.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
* <p>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.</p>
2020
* <p>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 <code>Active</code> CartState.</p>
2121
* <p>The new Cart does not contain payments or deliveries. The State of Line Items and Custom Line Items is reset to <code>initial</code>.</p>
22+
* <p>Specific Error Codes:</p>
23+
* <ul>
24+
* <li>MatchingPriceNotFound</li>
25+
* <li>MissingTaxRateForCountry</li>
26+
* </ul>
2227
*
2328
* <hr>
2429
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePostString.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
* <p>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.</p>
2121
* <p>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 <code>Active</code> CartState.</p>
2222
* <p>The new Cart does not contain payments or deliveries. The State of Line Items and Custom Line Items is reset to <code>initial</code>.</p>
23+
* <p>Specific Error Codes:</p>
24+
* <ul>
25+
* <li>MatchingPriceNotFound</li>
26+
* <li>MissingTaxRateForCountry</li>
27+
* </ul>
2328
*
2429
* <hr>
2530
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPost.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* <p>Authenticates a Customer associated with a Store. For more information, see Global versus Store-specific Customers.</p>
20+
* <p>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.</p>
2021
* <p>Triggers Cart merge during sign-in.</p>
2122
* <p>If the Customer exists in the Project but the <code>stores</code> field references a different Store, this method returns an InvalidCredentials error.</p>
2223
*

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyLoginPostString.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
/**
2020
* <p>Authenticates a Customer associated with a Store. For more information, see Global versus Store-specific Customers.</p>
21+
* <p>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.</p>
2122
* <p>Triggers Cart merge during sign-in.</p>
2223
* <p>If the Customer exists in the Project but the <code>stores</code> field references a different Store, this method returns an InvalidCredentials error.</p>
2324
*

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPost.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@
2222
/**
2323
* <p>Creates a Cart in the specified Store for a given <code>customerId</code> or <code>anonymousId</code>.</p>
2424
* <p>The <code>store</code> field in the created Cart is set to the Store specified by the <code>storeKey</code> path parameter.</p>
25-
* <p>Specific Error Codes: CountryNotConfiguredInStore</p>
25+
* <p>Specific Error Codes:</p>
26+
* <ul>
27+
* <li>CountryNotConfiguredInStore</li>
28+
* <li>DiscountCodeNonApplicable</li>
29+
* <li>InvalidItemShippingDetails</li>
30+
* <li>MatchingPriceNotFound</li>
31+
* <li>MissingTaxRateForCountry</li>
32+
* </ul>
2633
*
2734
* <hr>
2835
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeCartsPostString.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323
/**
2424
* <p>Creates a Cart in the specified Store for a given <code>customerId</code> or <code>anonymousId</code>.</p>
2525
* <p>The <code>store</code> field in the created Cart is set to the Store specified by the <code>storeKey</code> path parameter.</p>
26-
* <p>Specific Error Codes: CountryNotConfiguredInStore</p>
26+
* <p>Specific Error Codes:</p>
27+
* <ul>
28+
* <li>CountryNotConfiguredInStore</li>
29+
* <li>DiscountCodeNonApplicable</li>
30+
* <li>InvalidItemShippingDetails</li>
31+
* <li>MatchingPriceNotFound</li>
32+
* <li>MissingTaxRateForCountry</li>
33+
* </ul>
2734
*
2835
* <hr>
2936
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPost.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <li>If the Customer does not have a Cart, the most recently modified anonymous cart becomes the Customer's Cart.</li>
2222
* <li>If the Customer already has a Cart, the most recently modified anonymous cart is handled according to AnonymousCartSignInMode.</li>
2323
* </ul>
24-
* <p>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.</p>
24+
* <p>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.</p>
2525
* <p>If an account with the given credentials is not found, an InvalidCredentials error is returned.</p>
2626
*
2727
* <hr>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeLoginPostString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* <li>If the Customer does not have a Cart, the most recently modified anonymous cart becomes the Customer's Cart.</li>
2323
* <li>If the Customer already has a Cart, the most recently modified anonymous cart is handled according to AnonymousCartSignInMode.</li>
2424
* </ul>
25-
* <p>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.</p>
25+
* <p>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.</p>
2626
* <p>If an account with the given credentials is not found, an InvalidCredentials error is returned.</p>
2727
*
2828
* <hr>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPost.java

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@
2424
* <p>Creating an Order produces the OrderCreated Message.</p>
2525
* <p>Specific Error Codes:</p>
2626
* <ul>
27+
* <li>AssociateMissingPermission</li>
28+
* <li>CountryNotConfiguredInStore</li>
29+
* <li>DiscountCodeNonApplicable</li>
30+
* <li>InvalidItemShippingDetails</li>
31+
* <li>MatchingPriceNotFound</li>
32+
* <li>MissingTaxRateForCountry</li>
2733
* <li>OutOfStock</li>
2834
* <li>PriceChanged</li>
29-
* <li>DiscountCodeNonApplicable</li>
30-
* <li>CountryNotConfiguredInStore</li>
31-
* <li>AssociateMissingPermission</li>
35+
* <li>ShippingMethodDoesNotMatchCart</li>
3236
* </ul>
3337
*
3438
* <hr>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeOrdersPostString.java

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@
2525
* <p>Creating an Order produces the OrderCreated Message.</p>
2626
* <p>Specific Error Codes:</p>
2727
* <ul>
28+
* <li>AssociateMissingPermission</li>
29+
* <li>CountryNotConfiguredInStore</li>
30+
* <li>DiscountCodeNonApplicable</li>
31+
* <li>InvalidItemShippingDetails</li>
32+
* <li>MatchingPriceNotFound</li>
33+
* <li>MissingTaxRateForCountry</li>
2834
* <li>OutOfStock</li>
2935
* <li>PriceChanged</li>
30-
* <li>DiscountCodeNonApplicable</li>
31-
* <li>CountryNotConfiguredInStore</li>
32-
* <li>AssociateMissingPermission</li>
36+
* <li>ShippingMethodDoesNotMatchCart</li>
3337
* </ul>
3438
*
3539
* <hr>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPost.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* <p>If omitted in the request body, the Customer <code>stores</code> field is set to the Store specified in the path parameter.</p>
20+
* <p>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.</p>
2021
* <p>Creating a Customer produces the CustomerCreated Message.</p>
2122
*
2223
* <hr>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeSignupPostString.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
/**
2020
* <p>If omitted in the request body, the Customer <code>stores</code> field is set to the Store specified in the path parameter.</p>
21+
* <p>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.</p>
2122
* <p>Creating a Customer produces the CustomerCreated Message.</p>
2223
*
2324
* <hr>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPost.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121

2222
/**
2323
* <p>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 <code>Platform</code> TaxMode.</p>
24-
* <p>Creating an Order produces the OrderCreated Message.</p>
25-
* <p>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.</p>
24+
* <p>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.</p>
2625
* <p>Specific Error Codes:</p>
2726
* <ul>
2827
* <li>OutOfStock</li>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersPostString.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
/**
2424
* <p>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 <code>Platform</code> TaxMode.</p>
25-
* <p>Creating an Order produces the OrderCreated Message.</p>
26-
* <p>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.</p>
25+
* <p>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.</p>
2726
* <p>Specific Error Codes:</p>
2827
* <ul>
2928
* <li>OutOfStock</li>

0 commit comments

Comments
 (0)