Class ByProjectKeyMeActiveCartHead

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

Checks if an active Cart exists. Returns a 200 OK status if an active Cart exists or a 404 Not Found otherwise.



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