Class ByProjectKeyCartsKeyByKeyPostString

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<ByProjectKeyCartsKeyByKeyPostString,Cart>
com.commercetools.api.client.ByProjectKeyCartsKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCartsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyCartsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyCartsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyCartsKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Cart>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Cart>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart.Cart>> result = apiRoot
            .withProjectKey("{projectKey}")
            .carts()
            .withKey("{key}")
            .post("")
            .execute()