Class ByProjectKeyProductProjectionsSearchGet

All Implemented Interfaces:
ByProjectKeyProductProjectionsSearchGetMixin, Deprecatable200Trait<ByProjectKeyProductProjectionsSearchGet>, ErrorableTrait<ByProjectKeyProductProjectionsSearchGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsSearchGet>, PriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsSearchGet>, StoreprojectingtailoringTrait<ByProjectKeyProductProjectionsSearchGet>, ClientRequestCommand<ProductProjectionPagedSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductProjectionPagedSearchResponse>, RequestCommand<ProductProjectionPagedSearchResponse>

This method appends query parameters to the URL. The maximum allowed URL length is 8192 characters. Exceeding this limit will result in URL truncation, potentially leading to unexpected results. For funnel searches on Product Listing Pages, where users select multiple filters, we recommend the POST method which passes the query parameters within the request body, avoiding URL length restrictions.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product.ProductProjectionPagedSearchResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productProjections()
            .search()
            .get()
            .execute()