Class ByProjectKeyProductsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductsByIDGet,Product>
com.commercetools.api.client.ByProjectKeyProductsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductsByIDGet>, ErrorableTrait<ByProjectKeyProductsByIDGet>, ExpandableTrait<ByProjectKeyProductsByIDGet>, PriceselectingTrait<ByProjectKeyProductsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<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()
            .withId("{ID}")
            .get()
            .execute()