Class ByProjectKeyProductProjectionsSearchGet

All Implemented Interfaces:
ByProjectKeyProductProjectionsSearchGetMixin, Deprecatable200Trait<ByProjectKeyProductProjectionsSearchGet>, ErrorableTrait<ByProjectKeyProductProjectionsSearchGet>, ExpandableTrait<ByProjectKeyProductProjectionsSearchGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsSearchGet>, PagingTrait<ByProjectKeyProductProjectionsSearchGet>, PriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsSearchGet>, SortableTrait<ByProjectKeyProductProjectionsSearchGet>, StoreprojectingTrait<ByProjectKeyProductProjectionsSearchGet>, ClientRequestCommand<ProductProjectionPagedSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductProjectionPagedSearchResponse>, RequestCommand<ProductProjectionPagedSearchResponse>

Product Projection Search



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