Class ByProjectKeyCartsGet

All Implemented Interfaces:
ByProjectKeyCartsGetMixin, Deprecatable200Trait<ByProjectKeyCartsGet>, ErrorableTrait<ByProjectKeyCartsGet>, ExpandableTrait<ByProjectKeyCartsGet>, PagedQueryResourceRequest<ByProjectKeyCartsGet,CartPagedQueryResponse,com.commercetools.api.predicates.query.cart.CartQueryBuilderDsl>, PagingTrait<ByProjectKeyCartsGet>, QueryTrait<ByProjectKeyCartsGet>, SimplePagedQueryResourceRequest<ByProjectKeyCartsGet,CartPagedQueryResponse,com.commercetools.api.predicates.query.cart.CartQueryBuilderDsl>, SortableTrait<ByProjectKeyCartsGet>, ClientRequestCommand<CartPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<CartPagedQueryResponse>, RequestCommand<CartPagedQueryResponse>



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