Class ByProjectKeyInStoreKeyByStoreKeyMeCartsGet

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



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