Class ByProjectKeyCustomersSearchPostString

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyCustomersSearchPostString>, ClientRequestCommand<CustomerPagedSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<CustomerPagedSearchResponse>, RequestCommand<CustomerPagedSearchResponse>

A SearchNotReady error is returned if the indexing is in progress or the feature is deactivated. If deactivated, you can reactivate it.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer_search.CustomerPagedSearchResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .search()
            .post("")
            .execute()