Class ByProjectKeyCartsByIDPost

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



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