id | Integer | The unique identifier of the category. |
name_en | String | The name of the category in English. |
name_ar | String | The name of the category in Arabic. |
slug | String | A URL-friendly version of the category name. |
description_en | String | Descriptions of the category in English. |
description_ar | String | Descriptions of the category in Arabic. |
order | Integer | The order in which the category should be displayed. |
parent_id | Integer | The ID of the parent category to which the category belongs. |
image | String | The URL of an image associated with the category. |
active | Boolean | Indicates whether the category is active (true) or not (false). |
products | Array | An array of products associated with the category. |
meta_tag_title_en | Integer | Metadata for SEO purposes title in different languages. |
meta_tag_title_ar | Integer | Metadata for SEO purposes title in different languages. |
meta_tag_description_en | Integer | Metadata for SEO purposes description in different languages. |
meta_tag_description_ar | Integer | Metadata for SEO purposes description in different languages. |
meta_tag_keywords_en | Integer | Metadata for SEO purposes keywords in different languages. |
meta_tag_keywords_ar | Integer | Metadata for SEO purposes keywords in different languages. |