Class ByProjectKeyProductsSearchPostString

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



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