Class ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead,JsonNode>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if one or more ShoppingLists exist for the provided query predicate in a Store. Returns a 200 status if any ShoppingLists match the query predicate or, or a 404 status otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .shoppingLists()
            .head()
            .execute()