Class ByProjectKeyMeCartsPostString

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



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