Class ByProjectKeyProductsSearchPostString

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyProductsSearchPostString>, ClientRequestCommand<ProductPagedSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductPagedSearchResponse>, RequestCommand<ProductPagedSearchResponse>

If the indexing is in progress or the feature is inactive, an ObjectNotFound error is returned. If inactive, you can reactivate it.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_search.ProductPagedSearchResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .products()
            .search()
            .post("")
            .execute()