Class ByProjectKeyProductProjectionsGet

All Implemented Interfaces:
ByProjectKeyProductProjectionsGetMixin, Deprecatable200Trait<ByProjectKeyProductProjectionsGet>, ErrorableTrait<ByProjectKeyProductProjectionsGet>, ExpandableTrait<ByProjectKeyProductProjectionsGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsGet>, PagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,ProductProjectionPagedQueryResponse,com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl>, PagingTrait<ByProjectKeyProductProjectionsGet>, PriceselectingTrait<ByProjectKeyProductProjectionsGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsGet>, QueryTrait<ByProjectKeyProductProjectionsGet>, SimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,ProductProjectionPagedQueryResponse,com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl>, SortableTrait<ByProjectKeyProductProjectionsGet>, StoreprojectingTrait<ByProjectKeyProductProjectionsGet>, ClientRequestCommand<ProductProjectionPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductProjectionPagedQueryResponse>, 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()