Class ByProjectKeyProductProjectionsKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductProjectionsKeyByKeyGet,ProductProjection>
com.commercetools.api.client.ByProjectKeyProductProjectionsKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductProjectionsKeyByKeyGet>, ErrorableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, ExpandableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, PriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, StoreprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<ProductProjection>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.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()