Class ByProjectKeyInStoreKeyByStoreKeyQuotesGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote.QuotePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .quotes()
            .get()
            .execute()