Class ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet

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



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