Class ByProjectKeyProductsKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyProductsKeyByKeyGet,Product>
com.commercetools.api.client.ByProjectKeyProductsKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductsKeyByKeyGet>, ErrorableTrait<ByProjectKeyProductsKeyByKeyGet>, ExpandableTrait<ByProjectKeyProductsKeyByKeyGet>, PriceselectingTrait<ByProjectKeyProductsKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<Product>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Product>, io.vrap.rmf.base.client.RequestCommand<Product>

If Price selection query parameters are provided, the selected Prices are added to the response.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product.Product>> result = apiRoot
            .withProjectKey("{projectKey}")
            .products()
            .withKey("{key}")
            .get()
            .execute()