Class ByProjectKeyProductProjectionsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductProjectionsKeyByKeyGet>, ErrorableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, ExpandableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, PriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, StoreprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, ClientRequestCommand<ProductProjection>, CreateHttpRequestCommand, HttpRequestCommand<ProductProjection>, RequestCommand<ProductProjection>

Gets the current or staged representation of a Product found by Key. 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.ProductProjection>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productProjections()
            .withKey("{key}")
            .get()
            .execute()