Class ByProjectKeyShippingMethodsByIDPost

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



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