Class ByProjectKeyShippingMethodsHead

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

Checks if one or more ShippingMethods exist for the provided query predicate. Returns a 200 OK status if any ShippingMethods match the query predicate or a Not Found error otherwise.



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