Class ByProjectKeyStandalonePricesKeyByKeyGet

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



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