Class ByProjectKeyShippingMethodsByIDPostString

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



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