Class ByProjectKeyCartsByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyCartsByIDPost,Cart,CartUpdate>
com.commercetools.api.client.ByProjectKeyCartsByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCartsByIDPost>, Deprecatable200Trait<ByProjectKeyCartsByIDPost>, ErrorableTrait<ByProjectKeyCartsByIDPost>, ExpandableTrait<ByProjectKeyCartsByIDPost>, 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()
            .withId("{ID}")
            .post(null)
            .execute()