Class ByProjectKeyShippingMethodsPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyShippingMethodsPost,ShippingMethod,ShippingMethodDraft>
com.commercetools.api.client.ByProjectKeyShippingMethodsPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyShippingMethodsPost>, ErrorableTrait<ByProjectKeyShippingMethodsPost>, ExpandableTrait<ByProjectKeyShippingMethodsPost>, io.vrap.rmf.base.client.ClientRequestCommand<ShippingMethod>, io.vrap.rmf.base.client.RequestCommand<ShippingMethod>



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