Class ByProjectKeyStoresByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyStoresByIDGet>, ErrorableTrait<ByProjectKeyStoresByIDGet>, ExpandableTrait<ByProjectKeyStoresByIDGet>, ClientRequestCommand<Store>, CreateHttpRequestCommand, HttpRequestCommand<Store>, RequestCommand<Store>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.store.Store>> result = apiRoot
            .withProjectKey("{projectKey}")
            .stores()
            .withId("{ID}")
            .get()
            .execute()