Class ByProjectKeyInStoreKeyByStoreKeyOrdersGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order.OrderPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .orders()
            .get()
            .execute()