id
integer

Internal ID of the resource

uniqid
string

Unique ID of the resource, used as reference across the API

shop_id
integer

The shop ID to which this category belongs

title
string

Title of the category

unlisted
boolean

Whether or not the category is visible on the merchant storefront

sort_priority
integer

Sort order of this category

created_at
integer

Timestamp for the creation of the category

updated_at
integer

Date, available if the category has been edited

updated_by
integer

User ID of the user who updated the category

products_bound
object[]

Array of products. Please note that the product object contains limited fields, to get the full product object please use the Products API endpoint

products_count
integer

How many products are present in the products_bound array

groups_bound
object[]

Array of groups

groups_count
integer

How many groups are present in the groups_bound array