Inventory API
Categories
Category Object
attributes id string a unique identifier for the category object string the value is always category name string the default name of the category config object the titles, subtitles, seo descriptions, seo titles and descriptions of the category in all supported languages the keys of the object are a appendix docid\ kfbmx4q3dxjtduqf75yx1 while the values are also objects with the content of the product exampe "config" { "en" { "title" "washing machines", "slug" "washing machines", "description" "affortable, durable washing machines ", "seo title" "washing machines", "seo description" "affortable, durable washing machines " }, "de" { // german content }, "sv" { // swedish content } } slug string the default slug of the category icon string the icon of the category used on tamio sites and pages status boolean this attribute shows if the category is currently active an active category is shown on tamio sites and pages image string the public image url of the category asset id string the id of the asset associated with this category image string the url of the category image created at timestamp the date the category was created as a unix timestamp parent id string the id of the parent category number of subcategories integer the total number of subcategories contained in this category number of products integer the total number of products contained in this category path string a string with the breadcrumbs on the category it contains the ids of the category ancestors combined by the character / label path string a string with the breadcrumbs on the category it contains the names of the category's ancestors combined with the character / { "id" "0298df64 16c4 4b42 b1c4 b9d5c8678685", "image" null, "parent id" "e6df3338 8a59 4096 b515 02e61ba97846", "slug" "washing machines", "icon" "star", "object" "category", "status" true, "name" "washing machines", "created at" 1667837076, "asset id" null, "image" null, "config" { "en" { "description" null, "seo description" null, "seo title" null, "title" "washing machines", "slug" "washing machines" } }, "number of subcategories" 0, "number of products" 0, "path" "61fab71e c65f 4a02 90ff f424c6cabc69/e6df3338 8a59 4096 b515 02e61ba97846", "label path" "electronics/appliances" }