Class ByProjectKeyMeCartsGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeCartsGet>, ErrorableTrait<ByProjectKeyMeCartsGet>, ExpandableTrait<ByProjectKeyMeCartsGet>, PagingTrait<ByProjectKeyMeCartsGet>, QueryTrait<ByProjectKeyMeCartsGet>, SortableTrait<ByProjectKeyMeCartsGet>, ClientRequestCommand<CartPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<CartPagedQueryResponse>, RequestCommand<CartPagedQueryResponse>



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