Class ByProjectKeyCategoriesKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCategoriesKeyByKeyGet>, ErrorableTrait<ByProjectKeyCategoriesKeyByKeyGet>, ExpandableTrait<ByProjectKeyCategoriesKeyByKeyGet>, ClientRequestCommand<Category>, CreateHttpRequestCommand, HttpRequestCommand<Category>, RequestCommand<Category>

Either the scope view_products:{projectKey} or view_categories:{projectKey} is required.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.category.Category>> result = apiRoot
            .withProjectKey("{projectKey}")
            .categories()
            .withKey("{key}")
            .get()
            .execute()