Skip to main content

category_object

idinteger

Category ID compatible with V1 API

titlestring

Localized category name

content_typestring

Category content type

feenumber

Category commission percentage as decimal

payment_feenumber

Payment commission percentage as decimal

treestring

Full category path

has_childrenboolean

Whether child categories exist

category_object
{
"id": 0,
"title": "string",
"content_type": "string",
"fee": 0,
"payment_fee": 0,
"tree": "string",
"has_children": true
}