Class ByProjectKeyMeCartsHead

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

Checks if a Cart exists that matches a given Query Predicate and contains either a matching customerId or anonymousId. Returns a 200 OK status if the Cart exists, or a ResourceNotFound error otherwise.



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