Class ByProjectKeyProductProjectionsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductProjectionsGet,ProductProjectionPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductProjectionsGet
All Implemented Interfaces:
ByProjectKeyProductProjectionsGetMixin, Deprecatable200Trait<ByProjectKeyProductProjectionsGet>, ErrorableTrait<ByProjectKeyProductProjectionsGet>, ExpandableTrait<ByProjectKeyProductProjectionsGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsGet>, PagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,ProductProjectionPagedQueryResponse,ProductProjectionQueryBuilderDsl>, PagingTrait<ByProjectKeyProductProjectionsGet>, PriceselectingTrait<ByProjectKeyProductProjectionsGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsGet>, QueryTrait<ByProjectKeyProductProjectionsGet>, SortableTrait<ByProjectKeyProductProjectionsGet>, StoreprojectingTrait<ByProjectKeyProductProjectionsGet>, PagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,ProductProjectionPagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<ProductProjectionPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ProductProjectionPagedQueryResponse>

Use the Product Projections query endpoint to get the current or staged representations of Products. When used with an API Client that has the view_published_products:{projectKey} scope, this endpoint only returns published (current) Product Projections.



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