You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeActiveCartHead.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDGet.java
* <p>Retrieves a ShoppingList with the provided <code>id</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200</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>
24
24
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
25
25
* <ul>
26
26
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsHead.java
* <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</code> status if successful.</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
24
* <p>A Not Found error is returned in the following scenarios:</p>
25
25
* <ul>
26
26
* <li>If no ShoppingLists exist for the provided query predicate in a Store.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsKeyByKeyGet.java
* <p>Retrieves a ShoppingList with the provided <code>key</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200</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>
24
24
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
25
25
* <ul>
26
26
* <li>If no ShoppingList matches the provided <code>key</code> in a Store.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyRequestBuilder.java
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -18,32 +18,28 @@ public ByProjectKeyInStoreKeyByStoreKeyRequestBuilder(final ApiHttpClient apiHtt
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead.java
* <p>Checks if one or more ShoppingLists exist for the provided query predicate in a Store. Returns a <code>200</code> status if any ShoppingLists match the query predicate, or a <code>404</code> status otherwise.</p>
23
+
* <p>Checks if one or more ShoppingLists exist for the provided query predicate in a Store. Returns a <code>200</code> status if any ShoppingLists match the query predicate or, or a <code>404</code> status otherwise.</p>
0 commit comments