Zid Themes Docs
  • Getting started
  • Twig reference
  • Theme file structure
  • zid-theme package
  • Theme Templates and Data
    • layout.twig
  • Store language and currency
  • Home template modules
  • Product template
  • Cart template
  • Settings Schema
    • text
    • number
    • textarea
    • select
    • radios
    • checkbox
    • checkboxes
    • range
    • color
    • image
    • product
    • category
    • category products
    • list
    • fieldset
  • Data reference
    • locals
    • store
    • cart
    • product
    • products list
    • category
    • categories list
    • session
    • customer
    • faqs
    • blogs
    • blog
    • page
    • main menu
    • request
    • orders
    • addresses
    • store payment methods
    • store shipping methods
    • store banks
    • asset_url
    • header_meta_tags
  • Zid-api Library
    • Product
    • Category
    • Cart
    • Blog
    • Customer
    • Settings
  • Upload themes and more
Powered by GitBook
On this page

Was this helpful?

  1. Data reference

category

"category": {
    "id": 453,
    "name": "الورد البلدى",
    "slug": "الورد-البلدى",
    "SEO_category_title": "الورد البلدى",
    "SEO_category_description": "ok this a yesy",
    "description": null,
    "url": "<https://testing-catalog.zid.sa/osama/categories/الورد-البلدى>",
    "image": null,
    "img_alt_text": null,
    "cover_image": "<https://zid-testing.s3.eu-west-1.amazonaws.com/3dfc16e6-ad19-4126-9c2a-5e4a7fb73051/20b87590-458b-4af8-9ffb-3ae7b8515d80.png>",
    "products_count": 0,
    "sub_categories": [{
        "id": 419,
        "name": "قسم المنتجات اليدوية",
        "slug": "قسم-المنتجات-اليدوية",
        "SEO_category_title": "categorytitle",
        "SEO_category_description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias atque illo nostrum quisquam repellendus. Aut cupiditate dolorum ducimus earum et minus necessitatibus non nostrum officia, quis quod quos recusandae saepe.",
        "description": null,
        "url": "<https://testing-catalog.zid.sa/osama/categories/قسم-المنتجات-اليدوية>",
        "image": null,
        "img_alt_text": "alt text of main  image",
        "cover_image": null,
        "products_count": 0,
        "sub_categories": [],
        "parent_id": 453,
        "is_published": true
    }],
    "parent_category":{},
    "parent_id": null,
    "is_published": true
}
Previousproducts listNextcategories list

Last updated 3 years ago

Was this helpful?