Class ByProjectKeyCartsKeyByKeyPost

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