Class ByProjectKeyInStoreKeyByStoreKeyCartsHead

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyCartsHead>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyCartsHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if one or more Carts exist for the provided query predicate in a Store. Returns a 200 OK status if any Carts match the query predicate or a ResourceNotFound error otherwise.



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