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/ByProjectKeyApiClientsByIDHead.java
* <p>Checks if an API Client exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the API Client exists or a <code>404 Not Found</code> otherwise.</p>
19
+
* <p>Checks if an API Client exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the API Client exists or a <code>404 Not Found</code> otherwise.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyApiClientsHead.java
* <p>Checks if an API Client exists for a given Query Predicate. Returns a <code>200 OK</code> status if any API Clients match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23
+
* <p>Checks if an API Client exists for the provided query predicate. Returns a <code>200 OK</code> status if any API Clients match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDHead.java
* <p>Checks if a BusinessUnit exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
19
+
* <p>Checks if a BusinessUnit exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsHead.java
* <p>Checks if a BusinessUnit exists for a given Query Predicate. Returns a <code>200 OK</code> status if any BusinessUnits match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23
+
* <p>Checks if one or more BusinessUnits exist for the provided query predicate. Returns a <code>200 OK</code> status if any BusinessUnits match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyHead.java
* <p>Checks if a BusinessUnit exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
19
+
* <p>Checks if a BusinessUnit exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsByIDHead.java
* <p>Checks if a Cart exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the Cart exists or a <code>404 Not Found</code> otherwise.</p>
19
+
* <p>Checks if a Cart exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the Cart exists or Not Found otherwise.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsHead.java
* <p>Checks if a Cart exists for a given Query Predicate. Returns a <code>200 OK</code> status if any Carts match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23
+
* <p>Checks if one or more Carts exist for the provided query predicate. Returns a <code>200 OK</code> status if any Carts match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsKeyByKeyHead.java
* <p>Checks if a Cart exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the Cart exists or a <code>404 Not Found</code> otherwise.</p>
19
+
* <p>Checks if a Cart exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the Cart exists or Not Found otherwise.</p>
0 commit comments