Class ByProjectKeyShippingMethodsPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyShippingMethodsPostString>, ErrorableTrait<ByProjectKeyShippingMethodsPostString>, ExpandableTrait<ByProjectKeyShippingMethodsPostString>, ClientRequestCommand<ShippingMethod>, CreateHttpRequestCommand, HttpRequestCommand<ShippingMethod>, RequestCommand<ShippingMethod>



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