Class ByProjectKeyOrdersSearchPost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyOrdersSearchPost>, ClientRequestCommand<OrderPagedSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<OrderPagedSearchResponse>, RequestCommand<OrderPagedSearchResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order.OrderPagedSearchResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .orders()
            .search()
            .post(null)
            .execute()