Class ByProjectKeyCategoriesKeyByKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyCategoriesKeyByKeyPostString,Category>
com.commercetools.api.client.ByProjectKeyCategoriesKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCategoriesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyCategoriesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyCategoriesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyCategoriesKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Category>, io.vrap.rmf.base.client.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("")
            .execute()