Class ByProjectKeyCategoriesKeyByKeyPost

All Implemented Interfaces:
CategoryExpansionMixin<ByProjectKeyCategoriesKeyByKeyPost>, ConflictingTrait<ByProjectKeyCategoriesKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyCategoriesKeyByKeyPost>, ErrorableTrait<ByProjectKeyCategoriesKeyByKeyPost>, ExpandableRequest<ByProjectKeyCategoriesKeyByKeyPost,CategoryExpansionBuilderDsl>, ExpandableTrait<ByProjectKeyCategoriesKeyByKeyPost>, 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()
            .withKey("{key}")
            .post(null)
            .execute()