Class ByProjectKeyInStoreKeyByStoreKeyCartsGet

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

Queries carts in a specific Store.



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