Class ByProjectKeyStandalonePricesByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyStandalonePricesByIDGet>, ErrorableTrait<ByProjectKeyStandalonePricesByIDGet>, ExpandableTrait<ByProjectKeyStandalonePricesByIDGet>, ClientRequestCommand<StandalonePrice>, CreateHttpRequestCommand, HttpRequestCommand<StandalonePrice>, RequestCommand<StandalonePrice>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.standalone_price.StandalonePrice>> result = apiRoot
            .withProjectKey("{projectKey}")
            .standalonePrices()
            .withId("{ID}")
            .get()
            .execute()