Class ByProjectKeyMeCartsByIDPost

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