diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersByIDGet.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersByIDGet.java index 04191381109..cf06aa4bc5b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersByIDGet.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersByIDGet.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *
If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.
+ *Retrieves an Order with the provided id in a BusinessUnit. If the Order exists in the Project but does not reference the requested Business Unit, this method returns an InvalidOperation error.
Checks if an Order exists with the provided id. Returns a 200 OK status if the Order exists or a 404 Not Found otherwise.
Checks if an Order exists with the provided id in a BusinessUnit. Returns a 200 OK status if the Order exists or a 404 Not Found otherwise.
If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.
+ *Updates an Order in a BusinessUnit using one or more update actions. If the Order exists in the Project but does not reference the requested Business Unit, this method returns an InvalidOperation error.
* *If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.
+ *Updates an Order in a BusinessUnit using one or more update actions. If the Order exists in the Project but does not reference the requested Business Unit, this method returns an InvalidOperation error.
* *Retrieves Orders in a BusinessUnit.
* *Checks if one or more Orders exist for the provided query predicate. Returns a 200 OK status if any Orders match the query predicate, or a 404 Not Found otherwise.
Checks if one or more Orders exist with provided query predicate in a BusinessUnit. Returns a 200 OK status if any Orders match the query predicate, or a 404 Not Found otherwise.
If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.
+ *Retrieves an Order with the provided orderNumber in a BusinessUnit. If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.
Checks if an Order exists for a given orderNumber. Returns a 200 OK status if the Order exists or a 404 Not Found otherwise.
Checks if an Order exists with the provided orderNumber in a BusinessUnit. Returns a 200 OK status if the Order exists or a 404 Not Found otherwise.
If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.
+ *Updates an Order in a BusinessUnit using one or more update actions. If the Order exists in the Project but does not reference the requested Business Unit, this method returns an InvalidOperation error.
* *If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.
+ *Updates an Order in a BusinessUnit using one or more update actions. If the Order exists in the Project but does not reference the requested Business Unit, this method returns an InvalidOperation error.
* *Returns an Order for a given id in a Store. Returns a 200 OK status if successful.
Retrieves an Order with the provided id in a Store for the authenticated Customer or anonymous user. Returns a 200 OK status if successful.
A ResourceNotFound error is returned in the following scenarios:
*id.store specified, or the store field references a different Store.customerId that matches the customer:{id} scope, or anonymousId that matches the anonymous_id:{id} scope.id.store specified, or the store field references a different Store.customerId that matches the customer:{id} scope, or anonymousId that matches the anonymous_id:{id} scope.Checks if an Order exists with the provided id in a Store. Returns a 200 OK status if successful.
A ResourceNotFound error is returned in the following scenarios:
+ *Checks if an Order exists with the provided id in a Store for the authenticated Customer or anonymous user. Returns a 200 OK status if successful.
A Not Found error is returned in the following scenarios:
*id.store specified, or the store field references a different Store.customerId that matches the customer:{id} scope, or anonymousId that matches the anonymous_id:{id} scope.id.store specified, or the store field references a different Store.customerId that matches the customer:{id} scope, or anonymousId that matches the anonymous_id:{id} scope.Returns all Orders in a Store that match a given Query Predicate and contain either a customerId that matches the customer_id:{id} scope, or an anonymousId that matches the anonymous_id:{id} scope.
Retrieves Orders in a Store for the authenticated Customer or anonymous user.
+ *A ResourceNotFound error is returned in the following scenarios:
+ *customerId that matches the customer:{id} scope, or anonymousId that matches the anonymous_id:{id} scope.Checks if one or more Orders exist for the provided query predicate in a Store. Returns a 200 OK status if successful.
A ResourceNotFound error is returned in the following scenarios:
+ *Checks if one or more Orders exist for the provided query predicate in a Store for the authenticated Customer or anonymous user. Returns a 200 OK status if successful.
A Not Found error is returned in the following scenarios:
*store is specified, or the store field references a different Store.Creates an Order in a Store from a Cart for the Customer or anonymous user. The customerId or anonymousId field on the Order is automatically set based on the customer:{id} or anonymous_id:{id} scope.
Creates an Order from a Cart in a Store for the Customer or anonymous user. The customerId or anonymousId field on the Order is automatically set based on the customer:{id} or anonymous_id:{id} scope.
The Cart must have a shipping address set for taxes to be calculated. When creating B2B Orders, the Customer must have the CreateMyOrdersFromMyCarts Permission.
If the Cart's customerId does not match the customer:{id} scope, or the anonymousId does not match the anonymous_id:{id} scope, a ResourceNotFound error is returned.
Creating an Order produces the OrderCreated Message.
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 2581e79ad20..a12d4b6fdd7 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 @@ -21,7 +21,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *Creates an Order in a Store from a Cart for the Customer or anonymous user. The customerId or anonymousId field on the Order is automatically set based on the customer:{id} or anonymous_id:{id} scope.
Creates an Order from a Cart in a Store for the Customer or anonymous user. The customerId or anonymousId field on the Order is automatically set based on the customer:{id} or anonymous_id:{id} scope.
The Cart must have a shipping address set for taxes to be calculated. When creating B2B Orders, the Customer must have the CreateMyOrdersFromMyCarts Permission.
If the Cart's customerId does not match the customer:{id} scope, or the anonymousId does not match the anonymous_id:{id} scope, a ResourceNotFound error is returned.
Creating an Order produces the OrderCreated Message.
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete.java index b5fd1d25f00..6ce4d9d1cae 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Deletes an Order in a Store. If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Deleting an Order produces the OrderDeleted Message.
* *If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Retrieves an Order with the provided id in a Store. If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Checks if an Order exists with the provided id. Returns a 200 OK status if the Order exists or Not Found otherwise.
Checks if an Order exists with the provided id in a Store. Returns a 200 OK status if the Order exists or Not Found otherwise.
If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Updates an Order in a Store using one or more update actions. If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Updates an Order in a Store using one or more update actions. If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Retrieves Orders in a Store.
* *Checks if one or more Orders exist for the provided query predicate. Returns a 200 OK status if any Orders match the query predicate, or Not Found otherwise.
Checks if one or more Orders exist for the provided query predicate in a Store. Returns a 200 OK status if any Orders match the query predicate, or Not Found otherwise.
If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Deletes an Order in a Store. If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Deleting an Order produces the OrderDeleted Message.
* *If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Retrieves an Order with the provided orderNumber in a Store. If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Checks if an Order exists for a given orderNumber. Returns a 200 OK status if the Order exists or Not Found otherwise.
Checks if an Order exists with the provided orderNumber in a Store. Returns a 200 OK status if the Order exists or Not Found otherwise.
If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Updates an Order in a Store using one or more update actions. If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Updates an Order in a Store using one or more update actions. If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
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.
Creates an Order from a Cart in a Store. 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.
*Specific Error Codes:
*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.
Creates an Order from a Cart in a Store. 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.
*Specific Error Codes:
*Returns an Order for a given id. Returns a 200 OK status if successful.
Retrieves an Order with the provided id for the authenticated Customer or anonymous user. Returns a 200 OK status if successful.
A ResourceNotFound error is returned in the following scenarios:
*id.id.customerId that matches the customer:{id} scope, or an anonymousId that matches the anonymous_id:{id} scope.Checks if an Order exists with the provided id. Returns a 200 OK status if successful.
A ResourceNotFound error is returned in the following scenarios:
+ *Checks if an Order exists with the provided id for the authenticated Customer or anonymous user. Returns a 200 OK status if successful.
A Not Found error is returned in the following scenarios:
*id.id.customerId that matches the customer:{id} scope, or an anonymousId that matches the anonymous_id:{id} scope.Returns all Orders that match a given Query Predicate.
+ *Retrieves Orders for the authenticated Customer or anonymous user.
*A ResourceNotFound error is returned in the following scenarios:
*customerId that matches the customer:{id} scope, or anonymousId that matches the anonymous_id:{id} scope.customerId that matches the customer:{id} scope, or anonymousId that matches the anonymous_id:{id} scope.Checks if one or more Orders exist for the provided query predicate. Returns a 200 OK status if successful.
A ResourceNotFound error is returned in the following scenarios:
+ *Checks if one or more Orders exist for the provided query predicate for the authenticated Customer or anonymous user. Returns a 200 OK status if successful.
A Not Found error is returned in the following scenarios:
*customerId that matches the customer:{id} scope, or an anonymousId that matches the anonymous_id:{id} scope.Creates an Order from a Quote. To create B2B Orders, the Customer must have the CreateMyOrdersFromMyQuotes Permission.
Creates an Order from a Quote for the authenticated Customer. To create B2B Orders, the Customer must have the CreateMyOrdersFromMyQuotes Permission.
The referenced Quote must have the Pending state and must be valid (not past the validTo date); otherwise, an InvalidOperation error is returned.
Produces the OrderCreated Message.
*Specific Error Codes:
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersQuotesPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersQuotesPostString.java index 692a48ac189..997f5b40aa7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersQuotesPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMeOrdersQuotesPostString.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *Creates an Order from a Quote. To create B2B Orders, the Customer must have the CreateMyOrdersFromMyQuotes Permission.
Creates an Order from a Quote for the authenticated Customer. To create B2B Orders, the Customer must have the CreateMyOrdersFromMyQuotes Permission.
The referenced Quote must have the Pending state and must be valid (not past the validTo date); otherwise, an InvalidOperation error is returned.
Produces the OrderCreated Message.
*Specific Error Codes:
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersByIDDelete.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersByIDDelete.java index 85b3aa85edd..1a384884c01 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersByIDDelete.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersByIDDelete.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *Deleting an Order produces the OrderDeleted Message.
+ *Deletes an Order in the Project. Deleting an Order produces the OrderDeleted Message.
* *Retrieves an Order with the provided id.
Updates an Order in the Project using one or more update actions.
* *Updates an Order in the Project using one or more update actions.
* *Deletes an OrderEdit in the Project.
* *Retrieves an OrderEdit with the provided id.
Updates an OrderEdit in the Project using one or more update actions.
* *Updates an OrderEdit in the Project using one or more update actions.
* *Retrieves OrderEdits in the Project.
* *Deletes an OrderEdit in the Project.
* *Retrieves an OrderEdit with the provided key.
Updates an OrderEdit in the Project using one or more update actions.
* *Updates an OrderEdit in the Project using one or more update actions.
* *You can either create multiple Order Edits for an Order and apply them sequentially to an Order, or create multiple Order Edits parallelly (as alternatives to each other) and apply one of them to the Order.
+ *Creates an OrderEdit in the Project. You can either create multiple Order Edits for an Order and apply them sequentially to an Order, or create multiple Order Edits parallelly (as alternatives to each other) and apply one of them to the Order.
*You can only create an Order Edit if the InventoryMode of the Order and its LineItems is None.
You can either create multiple Order Edits for an Order and apply them sequentially to an Order, or create multiple Order Edits parallelly (as alternatives to each other) and apply one of them to the Order.
+ *Creates an OrderEdit in the Project. You can either create multiple Order Edits for an Order and apply them sequentially to an Order, or create multiple Order Edits parallelly (as alternatives to each other) and apply one of them to the Order.
*You can only create an Order Edit if the InventoryMode of the Order and its LineItems is None.
Retrieves Orders in the Project.
* *Importing an Order produces the Order Imported Message.
+ *Creates an Order without needing to create a Cart first. Importing an Order produces the Order Imported Message.
*Specific Error Codes:
*Importing an Order produces the Order Imported Message.
+ *Creates an Order without needing to create a Cart first. Importing an Order produces the Order Imported Message.
*Specific Error Codes:
*Deleting an Order produces the OrderDeleted Message.
+ *Deletes an Order in the Project. Deleting an Order produces the OrderDeleted Message.
* *Retrieves an Order with the provided orderNumber.
Checks if an Order exists for a given orderNumber. Returns a 200 OK status if the Order exists or a 404 Not Found otherwise.
Checks if an Order exists with the provided orderNumber. Returns a 200 OK status if the Order exists or a 404 Not Found otherwise.
Updates an Order in the Project using one or more update actions.
* *Updates an Order in the Project using one or more update actions.
* *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.
Creates an Order from a Cart. 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.
*Specific Error Codes:
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersPostString.java index 18979047c8c..b30ac884ae8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyOrdersPostString.java @@ -21,7 +21,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *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.
Creates an Order from a Cart. 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.
*Specific Error Codes:
diff --git a/references.txt b/references.txt index c50d358f732..49df58056bf 100644 --- a/references.txt +++ b/references.txt @@ -395,3 +395,4 @@ a33feaab360e352573f683dd36889c80735e3900 4055fc15c037521387c7c7687cfceee73527f55f ab43d3845fcab04a4e74bada3ddedf2d8b28472f 275ce2cae5cbd358f01c3a2f4583b536b50cb1dd +b249fe4545f983d5dc7a0f5260d840a1344cbd77