Class ByProjectKeyCategoriesByIDPost

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

Either the scope manage_products:{projectKey} or manage_categories:{projectKey} is required.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.category.Category>> result = apiRoot
            .withProjectKey("{projectKey}")
            .categories()
            .withId("{ID}")
            .post(null)
            .execute()