Skip to content

Commit 1aab032

Browse files
committed
build(codegen): updating SDK
1 parent 99ef98c commit 1aab032

File tree

93 files changed

+143
-138
lines changed

Some content is hidden

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

93 files changed

+143
-138
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23+
* <p>Deletes a ShoppingList in a BusinessUnit.</p>
2324
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
2425
*
2526
* <hr>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23+
* <p>Retrieves a ShoppingList with the provided <code>key</code> in a BusinessUnit.</p>
2324
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
2425
*
2526
* <hr>

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

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

1818
/**
19-
* <p>Checks if a ShoppingList exists with the provided <code>id</code>. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns a ResourceNotFound error.</p>
19+
* <p>Checks if a ShoppingList exists with the provided <code>id</code> in a BusinessUnit. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns Not Found.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
23+
* <p>Updates a ShoppingList in a BusinessUnit using one or more update actions. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.apache.commons.lang3.builder.HashCodeBuilder;
2222

2323
/**
24-
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
24+
* <p>Updates a ShoppingList in a BusinessUnit using one or more update actions. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
2525
*
2626
* <hr>
2727
* <div class=code-example>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
*
23+
* <p>Retrieves all ShoppingLists in a BusinessUnit.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if one or more ShoppingLists exist for the provided query predicate. Returns a <code>200 OK</code> if any ShoppingLists match the Query Predicate; otherwise, returns a ResourceNotFound error.</p>
23+
* <p>Checks if one or more ShoppingLists exist for the provided query predicate in a BusinessUnit. Returns a <code>200 OK</code> if any ShoppingLists match the query predicate; otherwise, returns Not Found.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23+
* <p>Deletes a ShoppingList in a BusinessUnit.</p>
2324
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
2425
*
2526
* <hr>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
23+
* <p>Retrieves a ShoppingList with the provided <code>key</code> in a BusinessUnit. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

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

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

1818
/**
19-
* <p>Checks if a ShoppingList exists with the provided <code>key</code>. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns a ResourceNotFound error.</p>
19+
* <p>Checks if a ShoppingList exists with the provided <code>key</code> in a BusinessUnit. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns Not Found.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>If the Shopping List exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
23+
* <p>Updates a ShoppingList in a BusinessUnit using one or more update actions. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.apache.commons.lang3.builder.HashCodeBuilder;
2222

2323
/**
24-
* <p>If the Shopping List exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
24+
* <p>Updates a ShoppingList in a BusinessUnit using one or more update actions. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
2525
*
2626
* <hr>
2727
* <div class=code-example>

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

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

1818
/**
19-
* <p>Checks if a Cart exists for the provided <code>id</code> in a Store. Returns a <code>200 OK</code> status if the Cart exists or Not Found otherwise.</p>
19+
* <p>Checks if a Cart exists with the provided <code>id</code> in a Store. Returns a <code>200 OK</code> status if the Cart exists or Not Found otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Deletes the ShoppingList for a given <code>id</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
23+
* <p>Deletes a ShoppingList in a Store. Returns a <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
26-
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
27-
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28-
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
26+
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
27+
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28+
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
2929
* </ul>
3030
*
3131
* <hr>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Returns a ShoppingList for a given <code>id</code> in a Store. Returns <code>200 OK</code> status if successful.</p>
23+
* <p>Retrieves a ShoppingList with the provided <code>id</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
26-
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
27-
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28-
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
26+
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
27+
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28+
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
2929
* </ul>
3030
*
3131
* <hr>

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

Lines changed: 5 additions & 5 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>Checks if a ShoppingList exists with the provided <code>id</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
20-
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
19+
* <p>Checks if a ShoppingList exists with the provided <code>id</code> for the authenticated Customer or anonymous user in a Store. Returns a <code>200 OK</code> status if successful.</p>
20+
* <p>A Not Found error is returned in the following scenarios:</p>
2121
* <ul>
22-
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
23-
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
24-
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
22+
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
23+
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
24+
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
2525
* </ul>
2626
*
2727
* <hr>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Updates a ShoppingList for a given <code>id</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
23+
* <p>Updates a ShoppingList for the authenticated Customer or anonymous user in a Store using one or more update actions. Returns a <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
26-
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
27-
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28-
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
26+
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
27+
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28+
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
2929
* </ul>
3030
*
3131
* <hr>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
import org.apache.commons.lang3.builder.HashCodeBuilder;
2222

2323
/**
24-
* <p>Updates a ShoppingList for a given <code>id</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
24+
* <p>Updates a ShoppingList for the authenticated Customer or anonymous user in a Store using one or more update actions. Returns a <code>200 OK</code> status if successful.</p>
2525
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2626
* <ul>
27-
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
28-
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
29-
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
27+
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
28+
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
29+
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
3030
* </ul>
3131
*
3232
* <hr>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Returns ShoppingLists that match the given Query Predicate in a Store. Returns <code>200 OK</code> status if successful.</p>
23+
* <p>Retrieves all ShoppingLists for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
2626
* <li>If no ShoppingLists exist in a Store.</li>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if a ShoppingList exists for the given Query Predicate in a Store. Returns <code>200 OK</code> status if successful.</p>
24-
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
23+
* <p>Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
24+
* <p>A Not Found error is returned in the following scenarios:</p>
2525
* <ul>
26-
* <li>If no ShoppingLists exist for a given Query Predicate in a Store.</li>
27-
* <li>If a ShoppingList matches the Query Predicate but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
26+
* <li>If no ShoppingLists exist for the provided query predicate in a Store.</li>
27+
* <li>If a ShoppingList matches the query predicate but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
2828
* <li>If a ShoppingList exists in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
2929
* </ul>
3030
*

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Deletes the ShoppingList for a given <code>key</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
23+
* <p>Deletes a ShoppingList in a Store. Returns a <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
26-
* <li>If no ShoppingList matches the given <code>key</code> in a Store.</li>
27-
* <li>If a ShoppingList matches the given <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28-
* <li>If a ShoppingList matches the given <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
26+
* <li>If no ShoppingList matches the provided <code>key</code> in a Store.</li>
27+
* <li>If a ShoppingList matches the provided <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28+
* <li>If a ShoppingList matches the provided <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
2929
* </ul>
3030
*
3131
* <hr>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Returns a ShoppingList for a given <code>key</code> in a Store. Returns <code>200 OK</code> status if successful.</p>
23+
* <p>Retrieves a ShoppingList with the provided <code>key</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
26-
* <li>If no ShoppingList matches the given <code>key</code> in a Store.</li>
27-
* <li>If a ShoppingList matches the given <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28-
* <li>If a ShoppingList matches the given <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
26+
* <li>If no ShoppingList matches the provided <code>key</code> in a Store.</li>
27+
* <li>If a ShoppingList matches the provided <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
28+
* <li>If a ShoppingList matches the provided <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
2929
* </ul>
3030
*
3131
* <hr>

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

Lines changed: 5 additions & 5 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>Checks if a ShoppingList exists with the provided <code>key</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
20-
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
19+
* <p>Checks if a ShoppingList exists with the provided <code>key</code> for the authenticated Customer or anonymous user in a Store. Returns a <code>200 OK</code> status if successful.</p>
20+
* <p>A Not Found error is returned in the following scenarios:</p>
2121
* <ul>
22-
* <li>If no ShoppingList exists that matches the given <code>key</code> in a Store.</li>
23-
* <li>If a ShoppingList matches the given <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
24-
* <li>If a ShoppingList matches the given <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
22+
* <li>If no ShoppingList exists that matches the provided <code>key</code> in a Store.</li>
23+
* <li>If a ShoppingList matches the provided <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
24+
* <li>If a ShoppingList matches the provided <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
2525
* </ul>
2626
*
2727
* <hr>

0 commit comments

Comments
 (0)