Class ByProjectKeyOrdersSearchPostString

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



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