Class ByProjectKeyCategoriesByIDGet

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