Class ByProjectKeyProductProjectionsSearchPost

All Implemented Interfaces:
ByProjectKeyProductProjectionsSearchPostMixin, ErrorableTrait<ByProjectKeyProductProjectionsSearchPost>, ClientRequestCommand<ProductProjectionPagedSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductProjectionPagedSearchResponse>, RequestCommand<ProductProjectionPagedSearchResponse>

Product Projection Search



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