Class ByProjectKeyShippingMethodsByIDGet

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



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