Skip to content

Commit 4ee181a

Browse files
Merge pull request #826 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents bd0a5cd + 67e910b commit 4ee181a

26 files changed

+57
-46
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <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>
19+
* <p>Creates an Order from a Quote in a BusinessUnit.</p>
20+
* <p>The Quote must reference the same Business Unit as the <code>businessUnitKey</code> path parameter, must have the <code>Pending</code> state, and must be valid (not past the <code>validTo</code> date). If these criteria are not met, an InvalidOperation error is returned.</p>
2021
* <p>Specific Error Codes:</p>
2122
* <ul>
2223
* <li>InvalidItemShippingDetails</li>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20-
* <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>Creates an Order from a Quote in a BusinessUnit.</p>
21+
* <p>The Quote must reference the same Business Unit as the <code>businessUnitKey</code> path parameter, must have the <code>Pending</code> state, and must be valid (not past the <code>validTo</code> date). If these criteria are not met, an InvalidOperation error is returned.</p>
2122
* <p>Specific Error Codes:</p>
2223
* <ul>
2324
* <li>InvalidItemShippingDetails</li>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Creating an Order produces the OrderCreated Message.</p>
19+
* <p>Creates an Order from a Quote in a Store. The referenced Quote must have the <code>Pending</code> state and must be valid (not past the <code>validTo</code> date); otherwise, an InvalidOperation error is returned.</p>
20+
* <p>Produces the OrderCreated Message.</p>
2021
* <p>Specific Error Codes:</p>
2122
* <ul>
2223
* <li>OutOfStock</li>
23-
* <li>PriceChanged</li>
2424
* <li>InvalidItemShippingDetails</li>
2525
* <li>InvalidOperation</li>
2626
* <li>CountryNotConfiguredInStore</li>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20-
* <p>Creating an Order produces the OrderCreated Message.</p>
20+
* <p>Creates an Order from a Quote in a Store. The referenced Quote must have the <code>Pending</code> state and must be valid (not past the <code>validTo</code> date); otherwise, an InvalidOperation error is returned.</p>
21+
* <p>Produces the OrderCreated Message.</p>
2122
* <p>Specific Error Codes:</p>
2223
* <ul>
2324
* <li>OutOfStock</li>
24-
* <li>PriceChanged</li>
2525
* <li>InvalidItemShippingDetails</li>
2626
* <li>InvalidOperation</li>
2727
* <li>CountryNotConfiguredInStore</li>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>When creating B2B Orders, the Customer must have the <code>CreateMyOrdersFromMyQuotes</code> Permission.</p>
20-
* <p>Creating an Order produces the OrderCreated Message.</p>
19+
* <p>Creates an Order from a Quote. To create B2B Orders, the Customer must have the <code>CreateMyOrdersFromMyQuotes</code> Permission.</p>
20+
* <p>The referenced Quote must have the <code>Pending</code> state and must be valid (not past the <code>validTo</code> date); otherwise, an InvalidOperation error is returned.</p>
21+
* <p>Produces the OrderCreated Message.</p>
2122
* <p>Specific Error Codes:</p>
2223
* <ul>
2324
* <li>OutOfStock</li>
24-
* <li>PriceChanged</li>
2525
* <li>InvalidItemShippingDetails</li>
2626
* <li>CountryNotConfiguredInStore</li>
2727
* <li>AssociateMissingPermission</li>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20-
* <p>When creating B2B Orders, the Customer must have the <code>CreateMyOrdersFromMyQuotes</code> Permission.</p>
21-
* <p>Creating an Order produces the OrderCreated Message.</p>
20+
* <p>Creates an Order from a Quote. To create B2B Orders, the Customer must have the <code>CreateMyOrdersFromMyQuotes</code> Permission.</p>
21+
* <p>The referenced Quote must have the <code>Pending</code> state and must be valid (not past the <code>validTo</code> date); otherwise, an InvalidOperation error is returned.</p>
22+
* <p>Produces the OrderCreated Message.</p>
2223
* <p>Specific Error Codes:</p>
2324
* <ul>
2425
* <li>OutOfStock</li>
25-
* <li>PriceChanged</li>
2626
* <li>InvalidItemShippingDetails</li>
2727
* <li>CountryNotConfiguredInStore</li>
2828
* <li>AssociateMissingPermission</li>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Creating an Order produces the OrderCreated Message.</p>
19+
* <p>Creates an Order from a Quote. The referenced Quote must have the <code>Pending</code> state and must be valid (not past the <code>validTo</code> date); otherwise, an InvalidOperation error is returned.</p>
20+
* <p>Produces the OrderCreated Message.</p>
2021
* <p>Specific Error Codes:</p>
2122
* <ul>
2223
* <li>CountryNotConfiguredInStore</li>
2324
* <li>InvalidItemShippingDetails</li>
2425
* <li>InvalidOperation</li>
2526
* <li>OutOfStock</li>
26-
* <li>PriceChanged</li>
2727
* </ul>
2828
*
2929
* <hr>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20-
* <p>Creating an Order produces the OrderCreated Message.</p>
20+
* <p>Creates an Order from a Quote. The referenced Quote must have the <code>Pending</code> state and must be valid (not past the <code>validTo</code> date); otherwise, an InvalidOperation error is returned.</p>
21+
* <p>Produces the OrderCreated Message.</p>
2122
* <p>Specific Error Codes:</p>
2223
* <ul>
2324
* <li>CountryNotConfiguredInStore</li>
2425
* <li>InvalidItemShippingDetails</li>
2526
* <li>InvalidOperation</li>
2627
* <li>OutOfStock</li>
27-
* <li>PriceChanged</li>
2828
* </ul>
2929
*
3030
* <hr>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* <p>When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.</p>
2020
* <p>The error is also returned as a failed response to:</p>
2121
* <ul>
22-
* <li>Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on Orders.</li>
23-
* <li>Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.</li>
22+
* <li>Create Order from Cart and Create Order in Store from Cart requests on Orders.</li>
23+
* <li>Create Order from Cart and Create Order in Store from Cart requests on My Orders.</li>
2424
* <li>Create Order from Cart in BusinessUnit request on Associate Orders.</li>
2525
* </ul>
2626
*

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLPriceChangedErrorImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* <p>When a Cart is frozen, the error can be returned as a failed response to all update actions on Carts and My Carts.</p>
2323
* <p>The error is also returned as a failed response to:</p>
2424
* <ul>
25-
* <li>Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on Orders.</li>
26-
* <li>Create Order from Cart, Create Order in Store from Cart, and Create Order from Quote requests on My Orders.</li>
25+
* <li>Create Order from Cart and Create Order in Store from Cart requests on Orders.</li>
26+
* <li>Create Order from Cart and Create Order in Store from Cart requests on My Orders.</li>
2727
* <li>Create Order from Cart in BusinessUnit request on Associate Orders.</li>
2828
* </ul>
2929
*/

0 commit comments

Comments
 (0)