Class ByProjectKeyInStoreKeyByStoreKeyCartsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyCartsGet,CartPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyCartsGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyCartsGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyCartsGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyCartsGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyCartsGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyCartsGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyCartsGet>, io.vrap.rmf.base.client.ClientRequestCommand<CartPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.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()