Class ByProjectKeyShippingMethodsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyShippingMethodsKeyByKeyGet>, ErrorableTrait<ByProjectKeyShippingMethodsKeyByKeyGet>, ExpandableTrait<ByProjectKeyShippingMethodsKeyByKeyGet>, ClientRequestCommand<ShippingMethod>, CreateHttpRequestCommand, HttpRequestCommand<ShippingMethod>, RequestCommand<ShippingMethod>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shipping_method.ShippingMethod>> result = apiRoot
            .withProjectKey("{projectKey}")
            .shippingMethods()
            .withKey("{key}")
            .get()
            .execute()