Class ByProjectKeyShippingMethodsKeyByKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyShippingMethodsKeyByKeyPostString,ShippingMethod>
com.commercetools.api.client.ByProjectKeyShippingMethodsKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyShippingMethodsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyShippingMethodsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyShippingMethodsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyShippingMethodsKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<ShippingMethod>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ShippingMethod>



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