Class ByProjectKeyCartsByIDPostString

All Implemented Interfaces:
CartExpansionMixin<ByProjectKeyCartsByIDPost>, ConflictingTrait<ByProjectKeyCartsByIDPostString>, Deprecatable200Trait<ByProjectKeyCartsByIDPostString>, ErrorableTrait<ByProjectKeyCartsByIDPostString>, ExpandableRequest<ByProjectKeyCartsByIDPost,CartExpansionBuilderDsl>, ExpandableTrait<ByProjectKeyCartsByIDPostString>, ClientRequestCommand<Cart>, CreateHttpRequestCommand, HttpRequestCommand<Cart>, RequestCommand<Cart>



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