Class ByProjectKeyProductProjectionsSearchPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductProjectionsSearchPost,ProductProjectionPagedSearchResponse>
com.commercetools.api.client.ByProjectKeyProductProjectionsSearchPost
All Implemented Interfaces:
ByProjectKeyProductProjectionsSearchPostMixin, ErrorableTrait<ByProjectKeyProductProjectionsSearchPost>, io.vrap.rmf.base.client.ClientRequestCommand<ProductProjectionPagedSearchResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ProductProjectionPagedSearchResponse>

Product Projection Search



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