# List Categories

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /v1/managers/store/categories:
    get:
      summary: List Categories
      deprecated: false
      description: >-
        Fetches all the available categories for a certain store, including
        details such as their names, status, SEO information, and the number of
        products they contain. It supports returning both detailed and minimal
        category information depending on the request parameters.


        <Accordion title="🔑Scopes" defaultOpen>
            
          `products.read` - Products Read
         
        </Accordion>
      tags:
        - Default module/Apps/Merchant APIs/Products/Product Categories
        - Product Categories
      parameters:
        - name: Authorization
          in: header
          description: >-
            The Authorization token is a unique key given to the third-party
            application (Partner) by Zid. It is used to authenticate the API
            requests made by the Partner application. The token verifies the
            partner's identity and ensures they have permission to access Zid's
            API but does not provide any specific user or store information. It
            should be included in the header of API requests when the partner
            application needs to access Zid's API.
          required: true
          example: '{{Autherization}}'
          schema:
            type: string
        - name: X-Manager-Token
          in: header
          description: >-
            This token is used to authenticate and access information related to
            the store. It is obtained through an OAuth mechanism and is required
            to perform operations on the store's data. The `X-Manager-Token`
            should be included in the header of API requests that require
            store-related information.
          required: false
          example: '{{Access-Token}}'
          schema:
            type: string
        - name: Accept-Language
          in: header
          description: >-
            Preferred language for the response. Defaults to `en` if not
            specified.
          required: false
          example: en
          schema:
            type: string
            enum:
              - en
              - ar
            examples:
              - en
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/200-get-all-categories'
              example:
                status: object
                categories:
                  - id: 1473477
                    uuid: 8cc71774-bf3e-4383-9778-64d50d965dc7
                    name: test sub
                    slug: تصنيف-فرعي
                    SEO_category_title: test sub
                    SEO_category_description: Sub category 1
                    names:
                      en: test sub
                      ar: تصنيف فرعي
                    description: null
                    url: https://osama.zid.store/categories/1473477/تصنيف-فرعي
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 1
                    sub_categories: []
                    parent_id: null
                    flat_name: test sub
                    is_published: false
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1473476
                    uuid: a0fb3f4a-3e16-40ec-ba50-e6fccd2ff6f6
                    name: Electronics
                    slug: إلكترونيات
                    SEO_category_title: Electronics
                    SEO_category_description: >-
                      Devices and gadgets including mobiles, accessories, and
                      smart technology.
                    names:
                      en: Electronics
                      ar: إلكترونيات
                    description: null
                    url: https://osama.zid.store/categories/1473476/إلكترونيات
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 1
                    sub_categories: []
                    parent_id: null
                    flat_name: Electronics
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1400850
                    uuid: f298454b-d271-4971-9500-fe58494034c8
                    name: ANNIVERSARY
                    slug: anniversary
                    SEO_category_title: ANNIVERSARY
                    SEO_category_description: ''
                    names:
                      en: ANNIVERSARY
                      ar: ANNIVERSARY
                    description: null
                    url: https://osama.zid.store/categories/1400850/anniversary
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 17
                    sub_categories: []
                    parent_id: null
                    flat_name: ANNIVERSARY
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1378520
                    uuid: 85fce05c-624d-4553-ad0e-3e535a1ffff4
                    name: تصنيف جديد
                    slug: newcategories
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: تصنيف جديد
                    description: null
                    url: https://osama.zid.store/categories/1378520/newcategories
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 3
                    sub_categories: []
                    parent_id: null
                    flat_name: تصنيف جديد
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1346690
                    uuid: 87c093cc-d24a-484c-a7e0-5ebf1f2a738e
                    name: Test
                    slug: test
                    SEO_category_title: Test
                    SEO_category_description: ''
                    names:
                      en: Test
                      ar: Test
                    description: null
                    url: https://osama.zid.store/categories/1346690/test
                    image: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/0317d05b-be80-4db4-9fb7-a3616866abcf-260x260.jpg
                    image_full_size: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/0317d05b-be80-4db4-9fb7-a3616866abcf.jpg
                    img_alt_text: ''
                    products_count: 2
                    sub_categories: []
                    parent_id: null
                    flat_name: Test
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259096
                    uuid: 04f0beee-dc62-4289-8bb7-f9956263539d
                    name: sdf
                    slug: sdf
                    SEO_category_title: sdf
                    SEO_category_description: sdf
                    names:
                      en: sdf
                      ar: حقائب
                    description: null
                    url: https://osama.zid.store/categories/1259096/sdf
                    image: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/c8f7402e-1573-45d5-b3e0-0449e3e5c9c6-260x260.jpg
                    image_full_size: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/c8f7402e-1573-45d5-b3e0-0449e3e5c9c6.jpg
                    img_alt_text: ''
                    products_count: 3
                    sub_categories:
                      - id: 1399659
                        uuid: 15e3bad4-a9b3-43be-94ba-84e70e15b1a9
                        name: purses
                        slug: شنط-1
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          ar: شنط
                          en: purses
                        description: null
                        url: https://osama.zid.store/categories/1399659/شنط-1
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1259096
                        flat_name: sdf - purses
                        is_published: true
                        metafields: []
                      - id: 1399658
                        uuid: aeaef330-2c81-449f-b4fe-bf9c0998f7f0
                        name: sales
                        slug: خصومات-1
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          ar: خصومات
                          en: sales
                        description: null
                        url: https://osama.zid.store/categories/1399658/خصومات-1
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1259096
                        flat_name: sdf - sales
                        is_published: true
                        metafields: []
                      - id: 1399656
                        uuid: 9b5d5f42-a82a-4752-b131-8eae53db0f26
                        name: school bags
                        slug: حقائب-مدرسية-1
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          ar: حقائب مدرسية
                          en: school bags
                        description: null
                        url: >-
                          https://osama.zid.store/categories/1399656/حقائب-مدرسية-1
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories:
                          - id: 1399657
                            uuid: c46f16bb-1767-424c-93d6-5b72fcd27a3d
                            name: arabic bags
                            slug: حقائب-عربية-1
                            SEO_category_title: ''
                            SEO_category_description: ''
                            names:
                              ar: حقائب عربية
                              en: arabic bags
                            description: null
                            url: >-
                              https://osama.zid.store/categories/1399657/حقائب-عربية-1
                            image: null
                            image_full_size: null
                            img_alt_text: ''
                            products_count: null
                            sub_categories: []
                            parent_id: 1399656
                            flat_name: sdf - school bags - arabic bags
                            is_published: true
                            metafields: []
                        parent_id: 1259096
                        flat_name: sdf - school bags
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: sdf
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259006
                    uuid: e36d0b32-e560-4586-9e2c-750b691d6ca6
                    name: Category Name in English
                    slug: cups
                    SEO_category_title: Category Page Title in English Optional
                    SEO_category_description: Category Page Deion in English Optional
                    names:
                      en: Category Name in English
                      ar: اكواب
                    description: null
                    url: https://osama.zid.store/categories/1259006/cups
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 7
                    sub_categories: []
                    parent_id: null
                    flat_name: Category Name in English
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259005
                    uuid: c0a7168d-7044-4d07-8794-0b3c8c45430e
                    name: Category Name in English
                    slug: category-link333
                    SEO_category_title: Category Name in English
                    SEO_category_description: Category Deion in English
                    names:
                      en: Category Name in English
                      ar: ميداليات
                    description: null
                    url: >-
                      https://osama.zid.store/categories/1259005/category-link333
                    image: null
                    image_full_size: null
                    img_alt_text: Category Image Description in English
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: Category Name in English
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259003
                    uuid: 78fc1084-d125-441e-8f9b-04b4434269eb
                    name: Category Name in English
                    slug: category-link
                    SEO_category_title: Category Page Title in English
                    SEO_category_description: Category Deion in English
                    names:
                      en: Category Name in English
                      ar: Category Name in Arabic
                    description: null
                    url: https://osama.zid.store/categories/1259003/category-link
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: Category Name in English
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259002
                    uuid: 48075eb8-8512-4b42-8361-b60b8f97f902
                    name: werewr
                    slug: werer
                    SEO_category_title: werewr
                    SEO_category_description: ''
                    names:
                      en: werewr
                      ar: werer
                    description: null
                    url: https://osama.zid.store/categories/1259002/werer
                    image: null
                    image_full_size: null
                    img_alt_text: werwer
                    products_count: 0
                    sub_categories:
                      - id: 1259007
                        uuid: 3b38cc1e-9295-4122-90c5-7932122e89d8
                        name: sdfsdf
                        slug: sdfsd
                        SEO_category_title: sdfsdf
                        SEO_category_description: ''
                        names:
                          en: sdfsdf
                          ar: sdfsd
                        description: null
                        url: https://osama.zid.store/categories/1259007/sdfsd
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1259002
                        flat_name: werewr - sdfsdf
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: werewr
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1334745
                    uuid: bc69bec8-c66a-47a2-8d6e-f34e88f0b5be
                    name: wwwwww
                    slug: wwwwww
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: wwwwww
                    description: null
                    url: https://osama.zid.store/categories/1334745/wwwwww
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: wwwwww
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1334744
                    uuid: 791624fe-da7f-43c5-9259-96ec37a401f3
                    name: eeeeee
                    slug: eeeeee
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: eeeeee
                    description: null
                    url: https://osama.zid.store/categories/1334744/eeeeee
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: eeeeee
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1334743
                    uuid: 0b697288-2510-4f7a-8fe2-ac817cd36095
                    name: qqqqqqq
                    slug: qqqqqqq
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: qqqqqqq
                    description: null
                    url: https://osama.zid.store/categories/1334743/qqqqqqq
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: qqqqqqq
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1334742
                    uuid: 3521f48e-21ef-47c9-87e2-0b9b63e1edbf
                    name: category033
                    slug: category033
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: category033
                    description: null
                    url: https://osama.zid.store/categories/1334742/category033
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: category033
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1334741
                    uuid: 98fae654-7a11-44fa-8c8a-faababf3c7a2
                    name: category03
                    slug: category03
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: category03
                    description: null
                    url: https://osama.zid.store/categories/1334741/category03
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: category03
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1334740
                    uuid: 39a156c9-43ef-4bf1-9502-7d7b31a14d37
                    name: Fashion & Apparel
                    slug: الأزياء-والملابس
                    SEO_category_title: Fashion & Apparel
                    SEO_category_description: >-
                      Clothing, footwear, and accessories for all styles and
                      occasions.
                    names:
                      en: Fashion & Apparel
                      ar: الأزياء والملابس
                    description: null
                    url: >-
                      https://osama.zid.store/categories/1334740/الأزياء-والملابس
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: Fashion & Apparel
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1334738
                    uuid: dbb11c77-1620-4faa-8f7a-04717badd043
                    name: category01
                    slug: category01
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: category01
                    description: null
                    url: https://osama.zid.store/categories/1334738/category01
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: category01
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1326027
                    uuid: 2595a891-9fdf-4c13-8c44-04785f47b21a
                    name: ملابس
                    slug: ملابس
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: ملابس
                    description: null
                    url: https://osama.zid.store/categories/1326027/ملابس
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: ملابس
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1323793
                    uuid: a985b713-3096-48ef-95df-dd78c00c14d4
                    name: test title
                    slug: الزيوت-العطرية
                    SEO_category_title: test title
                    SEO_category_description: ''
                    names:
                      en: test title
                      ar: الزيوت العطرية 2
                    description: null
                    url: https://osama.zid.store/categories/1323793/الزيوت-العطرية
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories:
                      - id: 1323795
                        uuid: 48227c6a-46c6-4835-8d27-5e5a4b102019
                        name: زيوت شرقيه
                        slug: زيوت-شرقيه
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          ar: زيوت شرقيه
                        description: null
                        url: https://osama.zid.store/categories/1323795/زيوت-شرقيه
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1323793
                        flat_name: test title - زيوت شرقيه
                        is_published: true
                        metafields: []
                      - id: 1323794
                        uuid: 3b9594bb-1d8b-416a-8cda-2ee05b4ed2ad
                        name: زيوت فرنسيه
                        slug: زيوت-فرنسيه
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          en: ''
                          ar: زيوت فرنسيه
                        description: null
                        url: https://osama.zid.store/categories/1323794/زيوت-فرنسيه
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1323793
                        flat_name: test title - زيوت فرنسيه
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: test title
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value:
                          ar: test 2
                          en: test 3
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: '2025-02-04'
                  - id: 1083196
                    uuid: 43217b21-6ada-42eb-a134-4d7e09db7e2f
                    name: wqeqe
                    slug: wewe
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: wqeqe
                      ar: WEWE
                    description: null
                    url: https://osama.zid.store/categories/1083196/wewe
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: wqeqe
                    is_published: false
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1322335
                    uuid: f70389bc-3511-4e7b-b04c-859e77d3517e
                    name: qqq
                    slug: qqq
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: qqq
                      ar: qqq
                    description: null
                    url: https://osama.zid.store/categories/1322335/qqq
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: qqq
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1320087
                    uuid: f3ac71da-adbe-42d5-82d1-f1ef4f306466
                    name: ab-product-11
                    slug: ab-product-11
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ab-product-11
                      ar: ab-product-11
                    description: null
                    url: https://osama.zid.store/categories/1320087/ab-product-11
                    image: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/d07d75c7-a897-4a3c-89ba-306d3f94eec3-260x260.jpg
                    image_full_size: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/d07d75c7-a897-4a3c-89ba-306d3f94eec3.jpg
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: ab-product-11
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1069853
                    uuid: 7f8e1baa-c6ad-4dbe-ae50-d8792c873f43
                    name: تجر
                    slug: تجربه25
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: تجر
                    description: null
                    url: https://osama.zid.store/categories/1069853/تجربه25
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: تجر
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1320086
                    uuid: cc15b874-1917-4c21-b35c-2bc6d8718abc
                    name: ab-product-10
                    slug: ab-product-10
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ab-product-10
                      ar: ab-product-10
                    description: null
                    url: https://osama.zid.store/categories/1320086/ab-product-10
                    image: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/58ba9c15-f3af-4384-8b1d-f0c1eceaddab-260x260.jpg
                    image_full_size: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/58ba9c15-f3af-4384-8b1d-f0c1eceaddab.jpg
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: ab-product-10
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1064786
                    uuid: 368dc09c-1aff-4910-a6a7-a1b2d3123487
                    name: fsdfsdfsd
                    slug: fsdfdsfsd
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: fsdfsdfsd
                      ar: fsdfdsfsd
                    description: null
                    url: https://osama.zid.store/categories/1064786/fsdfdsfsd
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: fsdfsdfsd
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1320084
                    uuid: b24549a7-a0b5-4355-af2f-afb5221ad9c6
                    name: ab-category-09
                    slug: ab-category-09
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ab-category-09
                      ar: ab-category-09
                    description: null
                    url: https://osama.zid.store/categories/1320084/ab-category-09
                    image: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/3fb5519a-fffd-4914-b755-80012e3cbb81-260x260.jpg
                    image_full_size: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/3fb5519a-fffd-4914-b755-80012e3cbb81.jpg
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: ab-category-09
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1064779
                    uuid: cbcff03e-3018-4523-a435-83234a5fdb3c
                    name: ليبليبليبليبل
                    slug: بيسليبليبليبلي
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ليبليبليبليبل
                      ar: بيسليبليبليبلي
                    description: null
                    url: https://osama.zid.store/categories/1064779/بيسليبليبليبلي
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: ليبليبليبليبل
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1320066
                    uuid: 0c0f45b6-57da-45da-a9a6-0588f543597b
                    name: aaaaa
                    slug: aaaaa
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: aaaaa
                    description: null
                    url: https://osama.zid.store/categories/1320066/aaaaa
                    image: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/907270fe-2335-4cb8-ad4c-2ad6a8b00099-260x260.jpg
                    image_full_size: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/907270fe-2335-4cb8-ad4c-2ad6a8b00099.jpg
                    img_alt_text: ''
                    products_count: 0
                    sub_categories:
                      - id: 1320065
                        uuid: 476962ce-8104-42c9-929e-5b4cfa8f24f9
                        name: Category Name 02
                        slug: category-name-01
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          en: Category Name 02
                          ar: Category Name 01
                        description: null
                        url: >-
                          https://osama.zid.store/categories/1320065/category-name-01
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1320066
                        flat_name: aaaaa - Category Name 02
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: aaaaa
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1064772
                    uuid: efdb57a1-3219-4005-9b56-7599b87f1af3
                    name: fsdfsdf
                    slug: sdfsdf
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: fsdfsdf
                      ar: sdfsdf
                    description: null
                    url: https://osama.zid.store/categories/1064772/sdfsdf
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: fsdfsdf
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1286426
                    uuid: edadd771-7b17-43b7-a29c-def18fb1a13a
                    name: WeboTestCategory1
                    slug: webotestcategory1
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: WeboTestCategory1
                      ar: WeboTestCategory1
                    description: null
                    url: >-
                      https://osama.zid.store/categories/1286426/webotestcategory1
                    image: null
                    image_full_size: null
                    img_alt_text: WeboTest1
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: WeboTestCategory1
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259163
                    uuid: 42fb7843-0c17-4e81-bf4f-9880f034dd45
                    name: nbnb
                    slug: nbnb
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: nbnb
                    description: null
                    url: https://osama.zid.store/categories/1259163/nbnb
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 1
                    sub_categories:
                      - id: 1286629
                        uuid: 1b903317-7fd7-4363-b938-f3b15b2463cb
                        name: cfcvf
                        slug: hhrv
                        SEO_category_title: frrf
                        SEO_category_description: frfr
                        names:
                          en: cfcvf
                          ar: hhrv
                        description: null
                        url: https://osama.zid.store/categories/1286629/hhrv
                        image: null
                        image_full_size: null
                        img_alt_text: frgfgv
                        products_count: null
                        sub_categories: []
                        parent_id: 1259163
                        flat_name: nbnb - cfcvf
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: nbnb
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259152
                    uuid: 7b10bf3e-5c93-498e-bb14-59540dfd9f5e
                    name: sssssssss
                    slug: rrrrrrrrrrr
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: sssssssss
                    description: null
                    url: https://osama.zid.store/categories/1259152/rrrrrrrrrrr
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 1
                    sub_categories:
                      - id: 1286628
                        uuid: 7e5e1381-461b-4ce4-934f-462bf589c9c2
                        name: Testwebo
                        slug: webotestcategory143
                        SEO_category_title: WeboTitle
                        SEO_category_description: ''
                        names:
                          en: Testwebo
                          ar: WeboTestCategory143
                        description: null
                        url: >-
                          https://osama.zid.store/categories/1286628/webotestcategory143
                        image: null
                        image_full_size: null
                        img_alt_text: WeboImage
                        products_count: null
                        sub_categories: []
                        parent_id: 1259152
                        flat_name: sssssssss - Testwebo
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: sssssssss
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1064077
                    uuid: 9eb7f24d-c79b-41f9-b727-9a62ef6d72f0
                    name: ttttt
                    slug: ttttt
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: ttttt
                    description: null
                    url: https://osama.zid.store/categories/1064077/ttttt
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: ttttt
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259151
                    uuid: 03b2670f-55f0-48bb-8d59-1060047ee452
                    name: nnnnnnnnnnnnnnnnnnnnnnnnnnn
                    slug: nnnnnnnnnnnnnnnnnnnnnnnnnnn
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: nnnnnnnnnnnnnnnnnnnnnnnnnnn
                    description: null
                    url: >-
                      https://osama.zid.store/categories/1259151/nnnnnnnnnnnnnnnnnnnnnnnnnnn
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 1
                    sub_categories: []
                    parent_id: null
                    flat_name: nnnnnnnnnnnnnnnnnnnnnnnnnnn
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259150
                    uuid: a67265e9-ace9-4c06-9207-0043ef40a10e
                    name: nnnnnnnnnnnnnnnnnnnnnnnnn
                    slug: nnnnnnnnnnnnnnnnnnnnnnnnn
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: ''
                      ar: nnnnnnnnnnnnnnnnnnnnnnnnn
                    description: null
                    url: >-
                      https://osama.zid.store/categories/1259150/nnnnnnnnnnnnnnnnnnnnnnnnn
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: nnnnnnnnnnnnnnnnnnnnnnnnn
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259118
                    uuid: c32b0644-b119-47ee-a447-1eeb4abc7bab
                    name: ggg
                    slug: eererer
                    SEO_category_title: ggg
                    SEO_category_description: ''
                    names:
                      en: ggg
                      ar: fff
                    description: null
                    url: https://osama.zid.store/categories/1259118/eererer
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 1
                    sub_categories:
                      - id: 1320067
                        uuid: 66fbc3c5-0af6-47a8-ab5a-a8a8434ee931
                        name: ab-category-01
                        slug: ab-category-01
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          en: ab-category-01
                          ar: ab-category-01
                        description: null
                        url: >-
                          https://osama.zid.store/categories/1320067/ab-category-01
                        image: >-
                          https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/e361fad4-0cfd-4a97-96a4-acf0da0d052b-260x260.jpg
                        image_full_size: >-
                          https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/e361fad4-0cfd-4a97-96a4-acf0da0d052b.jpg
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1259118
                        flat_name: ggg - ab-category-01
                        is_published: true
                        metafields: []
                      - id: 1286372
                        uuid: e46a67a8-bed7-473c-b75a-1574b931a9ca
                        name: WeboTestCategory
                        slug: webotestcategory
                        SEO_category_title: WeboTestCategory
                        SEO_category_description: WeboTestCategory
                        names:
                          en: WeboTestCategory
                          ar: WeboTestCategory
                        description: null
                        url: >-
                          https://osama.zid.store/categories/1286372/webotestcategory
                        image: null
                        image_full_size: null
                        img_alt_text: WeboTestCategory
                        products_count: null
                        sub_categories: []
                        parent_id: 1259118
                        flat_name: ggg - WeboTestCategory
                        is_published: true
                        metafields: []
                      - id: 1286370
                        uuid: 0a4dc959-e78b-436d-abe4-33e89ffb942f
                        name: WeboTest
                        slug: webotest
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          en: WeboTest
                          ar: WeboTest
                        description: null
                        url: https://osama.zid.store/categories/1286370/webotest
                        image: null
                        image_full_size: null
                        img_alt_text: WeboTest
                        products_count: null
                        sub_categories: []
                        parent_id: 1259118
                        flat_name: ggg - WeboTest
                        is_published: true
                        metafields: []
                      - id: 1259148
                        uuid: eb1d88e8-6dfd-4794-a23a-58427a9d691e
                        name: dfgdfg
                        slug: fddfg
                        SEO_category_title: dfgdfg
                        SEO_category_description: ''
                        names:
                          en: dfgdfg
                          ar: fddfg
                        description: null
                        url: https://osama.zid.store/categories/1259148/fddfg
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1259118
                        flat_name: ggg - dfgdfg
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: ggg
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259116
                    uuid: 2a1466c8-41c5-44b4-881b-11d444797058
                    name: rrr
                    slug: eee
                    SEO_category_title: rrr
                    SEO_category_description: ''
                    names:
                      en: rrr
                      ar: aaaaaaaaaaa
                    description: null
                    url: https://osama.zid.store/categories/1259116/eee
                    image: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/e6df23dc-4dcd-4030-a29e-9c7d6541fa0a-260x260.png
                    image_full_size: >-
                      https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/e6df23dc-4dcd-4030-a29e-9c7d6541fa0a.png
                    img_alt_text: ''
                    products_count: 0
                    sub_categories:
                      - id: 1259149
                        uuid: 42fdcfe2-e8b0-4f55-9785-dfc14b71e545
                        name: hhhhhhhhhhhh
                        slug: gggggggggggggg
                        SEO_category_title: hhhhhhhhhhhh
                        SEO_category_description: ''
                        names:
                          en: hhhhhhhhhhhh
                          ar: gggggggggggggg
                        description: null
                        url: >-
                          https://osama.zid.store/categories/1259149/gggggggggggggg
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 1259116
                        flat_name: rrr - hhhhhhhhhhhh
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: rrr
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259113
                    uuid: 5faa6cf9-4a41-452c-9ec5-2d8260182497
                    name: fff
                    slug: fff
                    SEO_category_title: fff
                    SEO_category_description: ''
                    names:
                      en: fff
                      ar: fff
                    description: null
                    url: https://osama.zid.store/categories/1259113/fff
                    image: null
                    image_full_size: null
                    img_alt_text: fff
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: fff
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259106
                    uuid: 7faa1f1e-3598-4602-9350-1dbf30f79cba
                    name: hhhhh
                    slug: gggg
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      en: hhhhh
                      ar: gggg
                    description: null
                    url: https://osama.zid.store/categories/1259106/gggg
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: hhhhh
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259104
                    uuid: 8a6d5de9-d448-4d52-b24b-ae93a62eaecd
                    name: gg
                    slug: hhhhh
                    SEO_category_title: ggtt
                    SEO_category_description: ''
                    names:
                      en: gg
                      ar: hhhhh
                    description: null
                    url: https://osama.zid.store/categories/1259104/hhhhh
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: gg
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 1259097
                    uuid: e712e7f9-c967-45e4-a3cc-1c0415ffb925
                    name: asdasd
                    slug: asdasd
                    SEO_category_title: asdasd
                    SEO_category_description: sa
                    names:
                      en: asdasd
                      ar: asdasd
                    description: null
                    url: https://osama.zid.store/categories/1259097/asdasd
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: asdasd
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656371
                    uuid: abb5e8e5-9fad-40e9-8eb5-bf52646d7664
                    name: B194
                    slug: b194
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B194
                    description: null
                    url: https://osama.zid.store/categories/656371/b194
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B194
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656362
                    uuid: d430a5b1-d633-4e1c-97ea-5bf3264ba683
                    name: B190
                    slug: b190
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B190
                    description: null
                    url: https://osama.zid.store/categories/656362/b190
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B190
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656356
                    uuid: bcc9173c-1c92-472c-aa88-8438a2114699
                    name: B186
                    slug: b186
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B186
                    description: null
                    url: https://osama.zid.store/categories/656356/b186
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B186
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656328
                    uuid: fb98c633-6d32-4e75-a8e7-b4cc27f5f993
                    name: B161
                    slug: b161
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B161
                    description: null
                    url: https://osama.zid.store/categories/656328/b161
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B161
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656355
                    uuid: 91fb85e6-e184-4986-9328-51d968e01569
                    name: B185
                    slug: b185
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B185
                    description: null
                    url: https://osama.zid.store/categories/656355/b185
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B185
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656348
                    uuid: 668560af-b160-48da-9640-30823368d14d
                    name: B181
                    slug: b181
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B181
                    description: null
                    url: https://osama.zid.store/categories/656348/b181
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B181
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 971101
                    uuid: 4054fa77-05f3-4f5b-8ea5-49c31de07df2
                    name: قميص الطقم الثالث موسم 2022/2023
                    slug: قميص-الطقم-الثالث-موسم-20222023
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: قميص الطقم الثالث موسم 2022/2023
                    description: null
                    url: >-
                      https://osama.zid.store/categories/971101/قميص-الطقم-الثالث-موسم-20222023
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: قميص الطقم الثالث موسم 2022/2023
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656327
                    uuid: 473af771-a892-4396-b2b7-ae2abfb8d026
                    name: B160
                    slug: b160
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B160
                    description: null
                    url: https://osama.zid.store/categories/656327/b160
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B160
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 971106
                    uuid: 40b79e0e-7f19-4a3a-b7e2-d2bc0efa124d
                    name: الطقم الاول 2022-2023
                    slug: الطقم-الاول-2022-2023
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: الطقم الاول 2022-2023
                    description: null
                    url: >-
                      https://osama.zid.store/categories/971106/الطقم-الاول-2022-2023
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: الطقم الاول 2022-2023
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656346
                    uuid: 71a526bb-ea4a-497b-8135-f0d37190bfba
                    name: B179
                    slug: b179
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B179
                    description: null
                    url: https://osama.zid.store/categories/656346/b179
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B179
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656333
                    uuid: 92904a81-3b29-493b-9a03-978c75cfde88
                    name: B166
                    slug: b166
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B166
                    description: null
                    url: https://osama.zid.store/categories/656333/b166
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B166
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930799
                    uuid: dec83ceb-d7f3-4982-9332-33e670765ace
                    name: وسائد المطاط
                    slug: وسائد-المطاط
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: وسائد المطاط
                    description: null
                    url: https://osama.zid.store/categories/930799/وسائد-المطاط
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: وسائد المطاط
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656335
                    uuid: 5c0898d3-d0ba-4461-b008-de8ff7c68456
                    name: B168
                    slug: b168
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B168
                    description: null
                    url: https://osama.zid.store/categories/656335/b168
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B168
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930801
                    uuid: 5f254d68-1de5-49c9-a6e3-b112154752e7
                    name: جديدنا
                    slug: جديدنا
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: جديدنا
                    description: null
                    url: https://osama.zid.store/categories/930801/جديدنا
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: جديدنا
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656353
                    uuid: bed40192-c8bc-47fc-9398-ecb824f4e896
                    name: B184
                    slug: b184
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B184
                    description: null
                    url: https://osama.zid.store/categories/656353/b184
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B184
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 971105
                    uuid: dedd3c6f-1f0a-4d2a-b5df-2322c0f7e15c
                    name: أطقم الموسم 2022-2023 أطفال
                    slug: أطقم-الموسم-2022-2023-أطفال
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: أطقم الموسم 2022-2023 أطفال
                    description: null
                    url: >-
                      https://osama.zid.store/categories/971105/أطقم-الموسم-2022-2023-أطفال
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: أطقم الموسم 2022-2023 أطفال
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930789
                    uuid: 31e81293-cd0f-4d2f-82b5-d39b0d3fee22
                    name: هياكل الأَسِرة مع قواعد مُغلقة
                    slug: هياكل-الأسرة-مع-قواعد-مغلقة
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: هياكل الأَسِرة مع قواعد مُغلقة
                    description: null
                    url: >-
                      https://osama.zid.store/categories/930789/هياكل-الأسرة-مع-قواعد-مغلقة
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: هياكل الأَسِرة مع قواعد مُغلقة
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656343
                    uuid: e22a0c74-f702-4d24-acc6-ccdbb6cdae15
                    name: B176
                    slug: b176
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B176
                    description: null
                    url: https://osama.zid.store/categories/656343/b176
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B176
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930787
                    uuid: 32a2c356-3c0a-49ce-9009-ddf0328cae5a
                    name: أغطية السرير
                    slug: أغطية-السرير
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: أغطية السرير
                    description: null
                    url: https://osama.zid.store/categories/930787/أغطية-السرير
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: أغطية السرير
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930769
                    uuid: b9284f25-2542-41c2-996f-88c623fb407c
                    name: وسائد ميمورى فوم
                    slug: وسائد-ميمورى-فوم
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: وسائد ميمورى فوم
                    description: null
                    url: https://osama.zid.store/categories/930769/وسائد-ميمورى-فوم
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: وسائد ميمورى فوم
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930793
                    uuid: b19772d4-91a3-4b61-a341-7b73084bb026
                    name: كراسي المكتب
                    slug: كراسي-المكتب
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: كراسي المكتب
                    description: null
                    url: https://osama.zid.store/categories/930793/كراسي-المكتب
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: كراسي المكتب
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930785
                    uuid: 01766190-e34c-4230-9a1e-eb57a923e7bc
                    name: كراسى الاسترخاء
                    slug: كراسى-الاسترخاء
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: كراسى الاسترخاء
                    description: null
                    url: https://osama.zid.store/categories/930785/كراسى-الاسترخاء
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: كراسى الاسترخاء
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921464
                    uuid: a8ea373f-8877-4e01-ae24-bbd72d5b34b8
                    name: 1- حداوي متعددة الأغراض
                    slug: 1-حداوي-متعددة-الأغراض
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 1- حداوي متعددة الأغراض
                    description: null
                    url: >-
                      https://osama.zid.store/categories/921464/1-حداوي-متعددة-الأغراض
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 1- حداوي متعددة الأغراض
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656334
                    uuid: b38b2883-421e-4721-8837-362172e563ef
                    name: B167
                    slug: b167
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B167
                    description: null
                    url: https://osama.zid.store/categories/656334/b167
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B167
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930768
                    uuid: e6281819-8a35-43a5-a529-71ed8662d923
                    name: مخدات وإكسسوارات
                    slug: مخدات-وإكسسوارات
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: مخدات وإكسسوارات
                    description: null
                    url: https://osama.zid.store/categories/930768/مخدات-وإكسسوارات
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: مخدات وإكسسوارات
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921463
                    uuid: 01874e48-b7ee-4440-b07d-e77df24a2ed7
                    name: 1- ادوات النظافة - اخري
                    slug: 1-ادوات-النظافة-اخري
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 1- ادوات النظافة - اخري
                    description: null
                    url: >-
                      https://osama.zid.store/categories/921463/1-ادوات-النظافة-اخري
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 1- ادوات النظافة - اخري
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656344
                    uuid: 0723c393-617b-47cb-b574-a819efdfd697
                    name: B177
                    slug: b177
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B177
                    description: null
                    url: https://osama.zid.store/categories/656344/b177
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B177
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930767
                    uuid: 4e1923f0-2052-44b8-8657-bc6a06c512b3
                    name: مراتب مُزوّدة بنوابض
                    slug: مراتب-مزودة-بنوابض
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: مراتب مُزوّدة بنوابض
                    description: null
                    url: >-
                      https://osama.zid.store/categories/930767/مراتب-مزودة-بنوابض
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: مراتب مُزوّدة بنوابض
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921462
                    uuid: 8825e567-2a50-4d54-af6e-bf2784384dc5
                    name: 2- علامات ترقيم
                    slug: 2-علامات-ترقيم
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 2- علامات ترقيم
                    description: null
                    url: https://osama.zid.store/categories/921462/2-علامات-ترقيم
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 2- علامات ترقيم
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656342
                    uuid: bb2264c1-94ac-4b64-abd1-03468e4b39b2
                    name: B175
                    slug: b175
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B175
                    description: null
                    url: https://osama.zid.store/categories/656342/b175
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B175
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921461
                    uuid: 2c884c79-c391-4fa4-91a0-a378dd82e30d
                    name: 3- سطول عليقة
                    slug: 3-سطول-عليقة
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 3- سطول عليقة
                    description: null
                    url: https://osama.zid.store/categories/921461/3-سطول-عليقة
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 3- سطول عليقة
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656345
                    uuid: ff5030c0-bc69-479e-baa3-9ec741c46861
                    name: B178
                    slug: b178
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B178
                    description: null
                    url: https://osama.zid.store/categories/656345/b178
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B178
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656331
                    uuid: 57f885cc-85fb-4848-a25f-39a0102cb3a1
                    name: B164
                    slug: b164
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B164
                    description: null
                    url: https://osama.zid.store/categories/656331/b164
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B164
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 971099
                    uuid: c03d826b-d883-4ee1-a124-00e4f69a6386
                    name: أطقم الموسم 2022-2023
                    slug: أطقم-الموسم-2022-2023
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: أطقم الموسم 2022-2023
                    description: null
                    url: >-
                      https://osama.zid.store/categories/971099/أطقم-الموسم-2022-2023
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories:
                      - id: 971100
                        uuid: 633a2b00-3064-4abf-844e-cf3fd0ddf1c9
                        name: رجال
                        slug: رجال
                        SEO_category_title: ''
                        SEO_category_description: ''
                        names:
                          ar: رجال
                        description: null
                        url: https://osama.zid.store/categories/971100/رجال
                        image: null
                        image_full_size: null
                        img_alt_text: ''
                        products_count: null
                        sub_categories: []
                        parent_id: 971099
                        flat_name: أطقم الموسم 2022-2023 - رجال
                        is_published: true
                        metafields: []
                    parent_id: null
                    flat_name: أطقم الموسم 2022-2023
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 656336
                    uuid: 0a6be41d-c9c3-45c9-9174-9a323dc13f64
                    name: B169
                    slug: b169
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: B169
                    description: null
                    url: https://osama.zid.store/categories/656336/b169
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: B169
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930790
                    uuid: d4434894-65a8-4120-910a-a3a2fe907957
                    name: لايديتور
                    slug: لايديتور
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: لايديتور
                    description: null
                    url: https://osama.zid.store/categories/930790/لايديتور
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: لايديتور
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921451
                    uuid: b3d9d635-c776-4def-9c51-95aed91c82d4
                    name: 4- اكسسورات الكلاب
                    slug: 4-اكسسورات-الكلاب
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 4- اكسسورات الكلاب
                    description: null
                    url: >-
                      https://osama.zid.store/categories/921451/4-اكسسورات-الكلاب
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 4- اكسسورات الكلاب
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930786
                    uuid: c5bba017-1836-4d7b-9a5f-97a34b7f225b
                    name: ارواب الحمام والمناشف
                    slug: ارواب-الحمام-والمناشف
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: ارواب الحمام والمناشف
                    description: null
                    url: >-
                      https://osama.zid.store/categories/930786/ارواب-الحمام-والمناشف
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: ارواب الحمام والمناشف
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930780
                    uuid: 16c54f3c-c7f6-4e4d-a702-9f21d90b6a6b
                    name: أَسِرة قابلة للتعديل وملحقاتها
                    slug: أسرة-قابلة-للتعديل-وملحقاتها
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: أَسِرة قابلة للتعديل وملحقاتها
                    description: null
                    url: >-
                      https://osama.zid.store/categories/930780/أسرة-قابلة-للتعديل-وملحقاتها
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: أَسِرة قابلة للتعديل وملحقاتها
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921450
                    uuid: 95a77c59-c473-403d-a902-7f0e82493762
                    name: 4- الهضم
                    slug: 4-الهضم
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 4- الهضم
                    description: null
                    url: https://osama.zid.store/categories/921450/4-الهضم
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 4- الهضم
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930779
                    uuid: b5059659-aa4e-492e-8e45-b33949fa2656
                    name: أسرة
                    slug: أسرة
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: أسرة
                    description: null
                    url: https://osama.zid.store/categories/930779/أسرة
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: أسرة
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921460
                    uuid: 910e2a39-71a0-4c9d-90cd-48e7281b5ab9
                    name: 3- ادوات تجريع ورضاعة
                    slug: 3-ادوات-تجريع-ورضاعة
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 3- ادوات تجريع ورضاعة
                    description: null
                    url: >-
                      https://osama.zid.store/categories/921460/3-ادوات-تجريع-ورضاعة
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 3- ادوات تجريع ورضاعة
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921449
                    uuid: c6c73d83-51f1-4e18-a5c8-2b7f3abd2bde
                    name: 4- الديدان
                    slug: 4-الديدان
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 4- الديدان
                    description: null
                    url: https://osama.zid.store/categories/921449/4-الديدان
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 4- الديدان
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930794
                    uuid: 5213a6fa-deb9-4497-8dfa-a3156a2ac098
                    name: مخدات
                    slug: مخدات
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: مخدات
                    description: null
                    url: https://osama.zid.store/categories/930794/مخدات
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: مخدات
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930777
                    uuid: c8e14e3a-1f83-4c3b-b2f8-2f475af540cc
                    name: سجادات الصلاة
                    slug: سجادات-الصلاة
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: سجادات الصلاة
                    description: null
                    url: https://osama.zid.store/categories/930777/سجادات-الصلاة
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: سجادات الصلاة
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930776
                    uuid: d1621696-8555-41e5-8917-c3cc5ef27bd7
                    name: ألحُف
                    slug: ألحف
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: ألحُف
                    description: null
                    url: https://osama.zid.store/categories/930776/ألحف
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: ألحُف
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930764
                    uuid: 578b486a-027a-463a-bf55-54d6efc4277f
                    name: مراتب ميموري فوم
                    slug: مراتب-ميموري-فوم
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: مراتب ميموري فوم
                    description: null
                    url: https://osama.zid.store/categories/930764/مراتب-ميموري-فوم
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: مراتب ميموري فوم
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921447
                    uuid: 1929e6e6-4c6e-4661-b660-f1f56e6da237
                    name: 4-ديدان
                    slug: 4-ديدان
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 4-ديدان
                    description: null
                    url: https://osama.zid.store/categories/921447/4-ديدان
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 4-ديدان
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930775
                    uuid: ac4a1efb-2e43-4854-9e37-1939cf64f86f
                    name: واقيات المراتب والوسائد
                    slug: واقيات-المراتب-والوسائد
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: واقيات المراتب والوسائد
                    description: null
                    url: >-
                      https://osama.zid.store/categories/930775/واقيات-المراتب-والوسائد
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: واقيات المراتب والوسائد
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921459
                    uuid: 11470549-9d64-4028-b7fe-06ea63bbf9d6
                    name: 3- مقصات حافر / خف / اظلاف
                    slug: 3-مقصات-حافر-خف-اظلاف
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 3- مقصات حافر / خف / اظلاف
                    description: null
                    url: >-
                      https://osama.zid.store/categories/921459/3-مقصات-حافر-خف-اظلاف
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 3- مقصات حافر / خف / اظلاف
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921446
                    uuid: 3356967d-32c6-462c-9c27-68bef413dd93
                    name: 4- العاب
                    slug: 4-العاب
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 4- العاب
                    description: null
                    url: https://osama.zid.store/categories/921446/4-العاب
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 4- العاب
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930784
                    uuid: 31c95c51-3b21-403d-b672-db3994e1dfff
                    name: كراسي ومنتجات المساج
                    slug: كراسي-ومنتجات-المساج
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: كراسي ومنتجات المساج
                    description: null
                    url: >-
                      https://osama.zid.store/categories/930784/كراسي-ومنتجات-المساج
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: كراسي ومنتجات المساج
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930774
                    uuid: ffd8cc3e-2605-4006-9c5e-286c089acab7
                    name: وسائد فندقية
                    slug: وسائد-فندقية
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: وسائد فندقية
                    description: null
                    url: https://osama.zid.store/categories/930774/وسائد-فندقية
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: وسائد فندقية
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921445
                    uuid: 116bf799-2a81-41e2-8515-b6bc0419b284
                    name: 4- طوق وعلامة الهوية
                    slug: 4-طوق-وعلامة-الهوية
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 4- طوق وعلامة الهوية
                    description: null
                    url: >-
                      https://osama.zid.store/categories/921445/4-طوق-وعلامة-الهوية
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 4- طوق وعلامة الهوية
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930773
                    uuid: 299889e8-4c72-4553-b459-0a360eed98a6
                    name: لباد المراتب
                    slug: لباد-المراتب
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: لباد المراتب
                    description: null
                    url: https://osama.zid.store/categories/930773/لباد-المراتب
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: لباد المراتب
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930763
                    uuid: 5d62e8fd-3293-439b-834a-737c8a2832f1
                    name: المراتب
                    slug: المراتب
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: المراتب
                    description: null
                    url: https://osama.zid.store/categories/930763/المراتب
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: المراتب
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921444
                    uuid: 6975e64c-8db2-4934-821c-b2b14df5fb69
                    name: 4- اكسسورات القطط
                    slug: 4-اكسسورات-القطط
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 4- اكسسورات القطط
                    description: null
                    url: https://osama.zid.store/categories/921444/4-اكسسورات-القطط
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 4- اكسسورات القطط
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 930770
                    uuid: b57881a6-357e-4ff7-8a6e-0ce8b28cefd5
                    name: مراتب المطاط
                    slug: مراتب-المطاط
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: مراتب المطاط
                    description: null
                    url: https://osama.zid.store/categories/930770/مراتب-المطاط
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: مراتب المطاط
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                  - id: 921458
                    uuid: 3dfca30c-8b07-46a0-a10a-ee48eea4ff49
                    name: 3- ادوات ترقيم وعلامات
                    slug: 3-ادوات-ترقيم-وعلامات
                    SEO_category_title: ''
                    SEO_category_description: ''
                    names:
                      ar: 3- ادوات ترقيم وعلامات
                    description: null
                    url: >-
                      https://osama.zid.store/categories/921458/3-ادوات-ترقيم-وعلامات
                    image: null
                    image_full_size: null
                    img_alt_text: ''
                    products_count: 0
                    sub_categories: []
                    parent_id: null
                    flat_name: 3- ادوات ترقيم وعلامات
                    is_published: true
                    metafields:
                      - id: 2cf0cf26-d468-452a-9492-2fe5970c3cd8
                        name:
                          ar: لون
                          en: Color
                        slug: Color-1
                        data_type: text
                        display_order: 3
                        structure_definition: null
                        value: null
                      - id: 6579510a-0ce0-4f83-b53f-e3abe9c0f0d5
                        name:
                          ar: null
                          en: g gg
                        slug: g-gg
                        data_type: text
                        display_order: 2
                        structure_definition: null
                        value: null
                      - id: ff173ea4-429c-40f0-a6a0-8e29e655ea83
                        name:
                          ar: null
                          en: date
                        slug: date
                        data_type: date
                        display_order: 1
                        structure_definition: null
                        value: null
                minimal_categories:
                  - id: 1473477
                    uuid: 8cc71774-bf3e-4383-9778-64d50d965dc7
                    name: test sub
                    is_published: false
                  - id: 1473476
                    uuid: a0fb3f4a-3e16-40ec-ba50-e6fccd2ff6f6
                    name: Electronics
                    is_published: true
                  - id: 1400850
                    uuid: f298454b-d271-4971-9500-fe58494034c8
                    name: ANNIVERSARY
                    is_published: true
                  - id: 1378520
                    uuid: 85fce05c-624d-4553-ad0e-3e535a1ffff4
                    name: تصنيف جديد
                    is_published: true
                  - id: 1346690
                    uuid: 87c093cc-d24a-484c-a7e0-5ebf1f2a738e
                    name: Test
                    is_published: true
                  - id: 1259096
                    uuid: 04f0beee-dc62-4289-8bb7-f9956263539d
                    name: sdf
                    is_published: true
                    children:
                      - id: 1399659
                        uuid: 15e3bad4-a9b3-43be-94ba-84e70e15b1a9
                        name: purses
                        is_published: true
                      - id: 1399658
                        uuid: aeaef330-2c81-449f-b4fe-bf9c0998f7f0
                        name: sales
                        is_published: true
                      - id: 1399656
                        uuid: 9b5d5f42-a82a-4752-b131-8eae53db0f26
                        name: school bags
                        is_published: true
                  - id: 1259006
                    uuid: e36d0b32-e560-4586-9e2c-750b691d6ca6
                    name: Category Name in English
                    is_published: true
                  - id: 1259005
                    uuid: c0a7168d-7044-4d07-8794-0b3c8c45430e
                    name: Category Name in English
                    is_published: true
                  - id: 1259003
                    uuid: 78fc1084-d125-441e-8f9b-04b4434269eb
                    name: Category Name in English
                    is_published: true
                  - id: 1259002
                    uuid: 48075eb8-8512-4b42-8361-b60b8f97f902
                    name: werewr
                    is_published: true
                    children:
                      - id: 1259007
                        uuid: 3b38cc1e-9295-4122-90c5-7932122e89d8
                        name: sdfsdf
                        is_published: true
                  - id: 1334745
                    uuid: bc69bec8-c66a-47a2-8d6e-f34e88f0b5be
                    name: wwwwww
                    is_published: true
                  - id: 1334744
                    uuid: 791624fe-da7f-43c5-9259-96ec37a401f3
                    name: eeeeee
                    is_published: true
                  - id: 1334743
                    uuid: 0b697288-2510-4f7a-8fe2-ac817cd36095
                    name: qqqqqqq
                    is_published: true
                  - id: 1334742
                    uuid: 3521f48e-21ef-47c9-87e2-0b9b63e1edbf
                    name: category033
                    is_published: true
                  - id: 1334741
                    uuid: 98fae654-7a11-44fa-8c8a-faababf3c7a2
                    name: category03
                    is_published: true
                  - id: 1334740
                    uuid: 39a156c9-43ef-4bf1-9502-7d7b31a14d37
                    name: Fashion & Apparel
                    is_published: true
                  - id: 1334738
                    uuid: dbb11c77-1620-4faa-8f7a-04717badd043
                    name: category01
                    is_published: true
                  - id: 1326027
                    uuid: 2595a891-9fdf-4c13-8c44-04785f47b21a
                    name: ملابس
                    is_published: true
                  - id: 1323793
                    uuid: a985b713-3096-48ef-95df-dd78c00c14d4
                    name: test title
                    is_published: true
                    children:
                      - id: 1323795
                        uuid: 48227c6a-46c6-4835-8d27-5e5a4b102019
                        name: زيوت شرقيه
                        is_published: true
                      - id: 1323794
                        uuid: 3b9594bb-1d8b-416a-8cda-2ee05b4ed2ad
                        name: زيوت فرنسيه
                        is_published: true
                  - id: 1083196
                    uuid: 43217b21-6ada-42eb-a134-4d7e09db7e2f
                    name: wqeqe
                    is_published: false
                  - id: 1322335
                    uuid: f70389bc-3511-4e7b-b04c-859e77d3517e
                    name: qqq
                    is_published: true
                  - id: 1320087
                    uuid: f3ac71da-adbe-42d5-82d1-f1ef4f306466
                    name: ab-product-11
                    is_published: true
                  - id: 1069853
                    uuid: 7f8e1baa-c6ad-4dbe-ae50-d8792c873f43
                    name: تجر
                    is_published: true
                  - id: 1320086
                    uuid: cc15b874-1917-4c21-b35c-2bc6d8718abc
                    name: ab-product-10
                    is_published: true
                  - id: 1064786
                    uuid: 368dc09c-1aff-4910-a6a7-a1b2d3123487
                    name: fsdfsdfsd
                    is_published: true
                  - id: 1320084
                    uuid: b24549a7-a0b5-4355-af2f-afb5221ad9c6
                    name: ab-category-09
                    is_published: true
                  - id: 1064779
                    uuid: cbcff03e-3018-4523-a435-83234a5fdb3c
                    name: ليبليبليبليبل
                    is_published: true
                  - id: 1320066
                    uuid: 0c0f45b6-57da-45da-a9a6-0588f543597b
                    name: aaaaa
                    is_published: true
                    children:
                      - id: 1320065
                        uuid: 476962ce-8104-42c9-929e-5b4cfa8f24f9
                        name: Category Name 02
                        is_published: true
                  - id: 1064772
                    uuid: efdb57a1-3219-4005-9b56-7599b87f1af3
                    name: fsdfsdf
                    is_published: true
                  - id: 1286426
                    uuid: edadd771-7b17-43b7-a29c-def18fb1a13a
                    name: WeboTestCategory1
                    is_published: true
                  - id: 1259163
                    uuid: 42fb7843-0c17-4e81-bf4f-9880f034dd45
                    name: nbnb
                    is_published: true
                    children:
                      - id: 1286629
                        uuid: 1b903317-7fd7-4363-b938-f3b15b2463cb
                        name: cfcvf
                        is_published: true
                  - id: 1259152
                    uuid: 7b10bf3e-5c93-498e-bb14-59540dfd9f5e
                    name: sssssssss
                    is_published: true
                    children:
                      - id: 1286628
                        uuid: 7e5e1381-461b-4ce4-934f-462bf589c9c2
                        name: Testwebo
                        is_published: true
                  - id: 1064077
                    uuid: 9eb7f24d-c79b-41f9-b727-9a62ef6d72f0
                    name: ttttt
                    is_published: true
                  - id: 1259151
                    uuid: 03b2670f-55f0-48bb-8d59-1060047ee452
                    name: nnnnnnnnnnnnnnnnnnnnnnnnnnn
                    is_published: true
                  - id: 1259150
                    uuid: a67265e9-ace9-4c06-9207-0043ef40a10e
                    name: nnnnnnnnnnnnnnnnnnnnnnnnn
                    is_published: true
                  - id: 1259118
                    uuid: c32b0644-b119-47ee-a447-1eeb4abc7bab
                    name: ggg
                    is_published: true
                    children:
                      - id: 1320067
                        uuid: 66fbc3c5-0af6-47a8-ab5a-a8a8434ee931
                        name: ab-category-01
                        is_published: true
                      - id: 1286372
                        uuid: e46a67a8-bed7-473c-b75a-1574b931a9ca
                        name: WeboTestCategory
                        is_published: true
                      - id: 1286370
                        uuid: 0a4dc959-e78b-436d-abe4-33e89ffb942f
                        name: WeboTest
                        is_published: true
                      - id: 1259148
                        uuid: eb1d88e8-6dfd-4794-a23a-58427a9d691e
                        name: dfgdfg
                        is_published: true
                  - id: 1259116
                    uuid: 2a1466c8-41c5-44b4-881b-11d444797058
                    name: rrr
                    is_published: true
                    children:
                      - id: 1259149
                        uuid: 42fdcfe2-e8b0-4f55-9785-dfc14b71e545
                        name: hhhhhhhhhhhh
                        is_published: true
                  - id: 1259113
                    uuid: 5faa6cf9-4a41-452c-9ec5-2d8260182497
                    name: fff
                    is_published: true
                  - id: 1259106
                    uuid: 7faa1f1e-3598-4602-9350-1dbf30f79cba
                    name: hhhhh
                    is_published: true
                  - id: 1259104
                    uuid: 8a6d5de9-d448-4d52-b24b-ae93a62eaecd
                    name: gg
                    is_published: true
                  - id: 1259097
                    uuid: e712e7f9-c967-45e4-a3cc-1c0415ffb925
                    name: asdasd
                    is_published: true
                  - id: 656371
                    uuid: abb5e8e5-9fad-40e9-8eb5-bf52646d7664
                    name: B194
                    is_published: true
                  - id: 656362
                    uuid: d430a5b1-d633-4e1c-97ea-5bf3264ba683
                    name: B190
                    is_published: true
                  - id: 656356
                    uuid: bcc9173c-1c92-472c-aa88-8438a2114699
                    name: B186
                    is_published: true
                  - id: 656328
                    uuid: fb98c633-6d32-4e75-a8e7-b4cc27f5f993
                    name: B161
                    is_published: true
                  - id: 656355
                    uuid: 91fb85e6-e184-4986-9328-51d968e01569
                    name: B185
                    is_published: true
                  - id: 656348
                    uuid: 668560af-b160-48da-9640-30823368d14d
                    name: B181
                    is_published: true
                  - id: 971101
                    uuid: 4054fa77-05f3-4f5b-8ea5-49c31de07df2
                    name: قميص الطقم الثالث موسم 2022/2023
                    is_published: true
                  - id: 656327
                    uuid: 473af771-a892-4396-b2b7-ae2abfb8d026
                    name: B160
                    is_published: true
                  - id: 971106
                    uuid: 40b79e0e-7f19-4a3a-b7e2-d2bc0efa124d
                    name: الطقم الاول 2022-2023
                    is_published: true
                  - id: 656346
                    uuid: 71a526bb-ea4a-497b-8135-f0d37190bfba
                    name: B179
                    is_published: true
                  - id: 656333
                    uuid: 92904a81-3b29-493b-9a03-978c75cfde88
                    name: B166
                    is_published: true
                  - id: 930799
                    uuid: dec83ceb-d7f3-4982-9332-33e670765ace
                    name: وسائد المطاط
                    is_published: true
                  - id: 656335
                    uuid: 5c0898d3-d0ba-4461-b008-de8ff7c68456
                    name: B168
                    is_published: true
                  - id: 930801
                    uuid: 5f254d68-1de5-49c9-a6e3-b112154752e7
                    name: جديدنا
                    is_published: true
                  - id: 656353
                    uuid: bed40192-c8bc-47fc-9398-ecb824f4e896
                    name: B184
                    is_published: true
                  - id: 971105
                    uuid: dedd3c6f-1f0a-4d2a-b5df-2322c0f7e15c
                    name: أطقم الموسم 2022-2023 أطفال
                    is_published: true
                  - id: 930789
                    uuid: 31e81293-cd0f-4d2f-82b5-d39b0d3fee22
                    name: هياكل الأَسِرة مع قواعد مُغلقة
                    is_published: true
                  - id: 656343
                    uuid: e22a0c74-f702-4d24-acc6-ccdbb6cdae15
                    name: B176
                    is_published: true
                  - id: 930787
                    uuid: 32a2c356-3c0a-49ce-9009-ddf0328cae5a
                    name: أغطية السرير
                    is_published: true
                  - id: 930769
                    uuid: b9284f25-2542-41c2-996f-88c623fb407c
                    name: وسائد ميمورى فوم
                    is_published: true
                  - id: 930793
                    uuid: b19772d4-91a3-4b61-a341-7b73084bb026
                    name: كراسي المكتب
                    is_published: true
                  - id: 930785
                    uuid: 01766190-e34c-4230-9a1e-eb57a923e7bc
                    name: كراسى الاسترخاء
                    is_published: true
                  - id: 921464
                    uuid: a8ea373f-8877-4e01-ae24-bbd72d5b34b8
                    name: 1- حداوي متعددة الأغراض
                    is_published: true
                  - id: 656334
                    uuid: b38b2883-421e-4721-8837-362172e563ef
                    name: B167
                    is_published: true
                  - id: 930768
                    uuid: e6281819-8a35-43a5-a529-71ed8662d923
                    name: مخدات وإكسسوارات
                    is_published: true
                  - id: 921463
                    uuid: 01874e48-b7ee-4440-b07d-e77df24a2ed7
                    name: 1- ادوات النظافة - اخري
                    is_published: true
                  - id: 656344
                    uuid: 0723c393-617b-47cb-b574-a819efdfd697
                    name: B177
                    is_published: true
                  - id: 930767
                    uuid: 4e1923f0-2052-44b8-8657-bc6a06c512b3
                    name: مراتب مُزوّدة بنوابض
                    is_published: true
                  - id: 921462
                    uuid: 8825e567-2a50-4d54-af6e-bf2784384dc5
                    name: 2- علامات ترقيم
                    is_published: true
                  - id: 656342
                    uuid: bb2264c1-94ac-4b64-abd1-03468e4b39b2
                    name: B175
                    is_published: true
                  - id: 921461
                    uuid: 2c884c79-c391-4fa4-91a0-a378dd82e30d
                    name: 3- سطول عليقة
                    is_published: true
                  - id: 656345
                    uuid: ff5030c0-bc69-479e-baa3-9ec741c46861
                    name: B178
                    is_published: true
                  - id: 656331
                    uuid: 57f885cc-85fb-4848-a25f-39a0102cb3a1
                    name: B164
                    is_published: true
                  - id: 971099
                    uuid: c03d826b-d883-4ee1-a124-00e4f69a6386
                    name: أطقم الموسم 2022-2023
                    is_published: true
                    children:
                      - id: 971100
                        uuid: 633a2b00-3064-4abf-844e-cf3fd0ddf1c9
                        name: رجال
                        is_published: true
                  - id: 656336
                    uuid: 0a6be41d-c9c3-45c9-9174-9a323dc13f64
                    name: B169
                    is_published: true
                  - id: 930790
                    uuid: d4434894-65a8-4120-910a-a3a2fe907957
                    name: لايديتور
                    is_published: true
                  - id: 921451
                    uuid: b3d9d635-c776-4def-9c51-95aed91c82d4
                    name: 4- اكسسورات الكلاب
                    is_published: true
                  - id: 930786
                    uuid: c5bba017-1836-4d7b-9a5f-97a34b7f225b
                    name: ارواب الحمام والمناشف
                    is_published: true
                  - id: 930780
                    uuid: 16c54f3c-c7f6-4e4d-a702-9f21d90b6a6b
                    name: أَسِرة قابلة للتعديل وملحقاتها
                    is_published: true
                  - id: 921450
                    uuid: 95a77c59-c473-403d-a902-7f0e82493762
                    name: 4- الهضم
                    is_published: true
                  - id: 930779
                    uuid: b5059659-aa4e-492e-8e45-b33949fa2656
                    name: أسرة
                    is_published: true
                  - id: 921460
                    uuid: 910e2a39-71a0-4c9d-90cd-48e7281b5ab9
                    name: 3- ادوات تجريع ورضاعة
                    is_published: true
                  - id: 921449
                    uuid: c6c73d83-51f1-4e18-a5c8-2b7f3abd2bde
                    name: 4- الديدان
                    is_published: true
                  - id: 930794
                    uuid: 5213a6fa-deb9-4497-8dfa-a3156a2ac098
                    name: مخدات
                    is_published: true
                  - id: 930777
                    uuid: c8e14e3a-1f83-4c3b-b2f8-2f475af540cc
                    name: سجادات الصلاة
                    is_published: true
                  - id: 930776
                    uuid: d1621696-8555-41e5-8917-c3cc5ef27bd7
                    name: ألحُف
                    is_published: true
                  - id: 930764
                    uuid: 578b486a-027a-463a-bf55-54d6efc4277f
                    name: مراتب ميموري فوم
                    is_published: true
                  - id: 921447
                    uuid: 1929e6e6-4c6e-4661-b660-f1f56e6da237
                    name: 4-ديدان
                    is_published: true
                  - id: 930775
                    uuid: ac4a1efb-2e43-4854-9e37-1939cf64f86f
                    name: واقيات المراتب والوسائد
                    is_published: true
                  - id: 921459
                    uuid: 11470549-9d64-4028-b7fe-06ea63bbf9d6
                    name: 3- مقصات حافر / خف / اظلاف
                    is_published: true
                  - id: 921446
                    uuid: 3356967d-32c6-462c-9c27-68bef413dd93
                    name: 4- العاب
                    is_published: true
                  - id: 930784
                    uuid: 31c95c51-3b21-403d-b672-db3994e1dfff
                    name: كراسي ومنتجات المساج
                    is_published: true
                  - id: 930774
                    uuid: ffd8cc3e-2605-4006-9c5e-286c089acab7
                    name: وسائد فندقية
                    is_published: true
                  - id: 921445
                    uuid: 116bf799-2a81-41e2-8515-b6bc0419b284
                    name: 4- طوق وعلامة الهوية
                    is_published: true
                  - id: 930773
                    uuid: 299889e8-4c72-4553-b459-0a360eed98a6
                    name: لباد المراتب
                    is_published: true
                  - id: 930763
                    uuid: 5d62e8fd-3293-439b-834a-737c8a2832f1
                    name: المراتب
                    is_published: true
                  - id: 921444
                    uuid: 6975e64c-8db2-4934-821c-b2b14df5fb69
                    name: 4- اكسسورات القطط
                    is_published: true
                  - id: 930770
                    uuid: b57881a6-357e-4ff7-8a6e-0ce8b28cefd5
                    name: مراتب المطاط
                    is_published: true
                  - id: 921458
                    uuid: 3dfca30c-8b07-46a0-a10a-ee48eea4ff49
                    name: 3- ادوات ترقيم وعلامات
                    is_published: true
                products_count: 4348
                pagination:
                  page: 1
                  page_size: 100
                  next_page: 2
                  last_page: 11
                  result_count: 1096
                message:
                  type: object
                  code: null
                  name: null
                  description: null
          headers: {}
          x-apidog-name: OK
        '401':
          description: ''
          content:
            application/json:
              schema:
                type: object
                description: >-
                  Response returned when the request cannot be authenticated
                  because the required credentials are missing, invalid, or
                  expired.
                properties:
                  status:
                    type: string
                    description: Indicates the overall status of the API response.
                    examples:
                      - error
                  message:
                    type: object
                    description: >-
                      Contains structured details explaining why the request
                      could not be authenticated.
                    properties:
                      type:
                        type: string
                        description: Indicates the category of the response message.
                        examples:
                          - error
                      code:
                        type: string
                        description: >-
                          A machine-readable code identifying the authentication
                          error. Returns null when no specific code is
                          available.
                        examples:
                          - UNAUTHORIZED
                        nullable: true
                      name:
                        type: string
                        description: >-
                          A short, human-readable title describing the
                          authentication error. Returns null when no title is
                          available.
                        examples:
                          - Unauthorized
                        nullable: true
                      description:
                        type: string
                        description: >-
                          A human-readable explanation of why the request could
                          not be authenticated. Returns null when no detailed
                          explanation is available.
                        examples:
                          - >-
                            Authentication credentials are missing, invalid, or
                            expired.
                        nullable: true
                    required:
                      - type
                      - code
                      - name
                      - description
                    x-apidog-orders:
                      - type
                      - code
                      - name
                      - description
                    x-apidog-ignore-properties: []
                required:
                  - status
                  - message
                x-apidog-orders:
                  - status
                  - message
                examples:
                  - status: error
                    message:
                      type: error
                      code: UNAUTHORIZED
                      name: Unauthorized
                      description: >-
                        Authentication credentials are missing, invalid, or
                        expired.
                x-apidog-ignore-properties: []
              examples:
                '2':
                  summary: Example 1
                  value:
                    status: error
                    message:
                      type: error
                      code: ERROR_SESSION_MISSING
                      name: Sorry
                      description: Please login first.
                '3':
                  summary: Example 2
                  value:
                    status: error
                    message:
                      type: error
                      code: ERROR_SESSION_INVALID
                      name: Sorry
                      description: Login session expired. Please login again.
                '4':
                  summary: Example 3
                  value:
                    status: error
                    message:
                      type: error
                      code: ERROR_SESSION_INVALID
                      name: Sorry
                      description: Invalid authentication
          headers: {}
          x-apidog-name: Unauthorized
        '500':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: string
                    description: Status of the error.
                  message: &ref_0
                    description: >-
                      Contains messages or feedback about the API request, such
                      as errors or success details.
                    $ref: '#/components/schemas/ResponseEnvelopMessage'
                required:
                  - status
                  - message
                x-apidog-orders:
                  - status
                  - message
                x-apidog-ignore-properties: []
              example:
                status: error
                message:
                  type: error
                  code: MSG_HIDDEN
                  name: Error
                  description: Internal Server Error
          headers: {}
          x-apidog-name: Internal Server error
      security: []
      x-apidog-folder: Default module/Apps/Merchant APIs/Products/Product Categories
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/613905/apis/api-9148592-run
components:
  schemas:
    200-get-all-categories:
      type: object
      properties:
        message: *ref_0
        status:
          type: string
          description: The status of the categories (e.g., active, inactive).
          examples:
            - active
        categories:
          type: array
          items:
            $ref: '#/components/schemas/ManagerCategorySerializer'
          description: >-
            An array of category objects, each containing details about
            individual categories.
        minimal_categories:
          type: array
          items:
            $ref: '#/components/schemas/ShortCategorySerializer'
          description: An array of minimal category objects with only basic information.
        products_count:
          type: integer
          description: The total number of products listed under this minimal category.
          examples:
            - 75
      x-stoplight:
        id: 7yc6tewjvbco2
      x-apidog-orders:
        - message
        - status
        - categories
        - minimal_categories
        - products_count
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
    ShortCategorySerializer:
      type: object
      properties:
        id:
          type: integer
          description: The unique identifier of the category in the minimal category list.
          examples:
            - 102
        name:
          type: string
          description: The name of the category in the minimal category list.
          examples:
            - Home Appliances
        is_published:
          type: boolean
          description: Indicates if the category in the minimal category list is published.
          default: true
      x-apidog-orders:
        - id
        - name
        - is_published
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
    ManagerCategorySerializer:
      type: object
      properties:
        id:
          type: integer
          description: The unique identifier of the category.
          examples:
            - 101
        name:
          type: string
          description: The name of the category.
          examples:
            - Electronics
        names:
          type: object
          properties:
            ar:
              type: string
              description: The name of the category in Arabic.
              examples:
                - الإلكترونيات
          x-apidog-orders:
            - ar
          description: Contains localized versions of the category name.
          x-apidog-ignore-properties: []
        flat_name:
          type: string
          description: >-
            A simplified version of the category name, typically without special
            characters.
          examples:
            - electronics
        is_published:
          type: boolean
          description: Indicates whether the category is published and visible to users.
          default: true
        SEO_category_title:
          type: string
          description: >-
            The SEO-friendly title for the category, used for improving search
            engine ranking.
          examples:
            - Best Electronics - Shop Online
        SEO_category_description:
          type: string
          description: >-
            The SEO-friendly description of the category, optimized for search
            engines.
          examples:
            - Find the best electronic gadgets and accessories.
        url:
          type: string
          description: The full URL of the category's page.
          examples:
            - https://example.com/categories/electronics
        products_count:
          type: integer
          description: The total number of products listed under this category.
          examples:
            - 150
        slug:
          type: string
          description: A URL-friendly version of the category name, often used in routing.
          examples:
            - electronics
      x-apidog-orders:
        - id
        - name
        - names
        - flat_name
        - is_published
        - SEO_category_title
        - SEO_category_description
        - url
        - products_count
        - slug
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
    ResponseEnvelopMessage:
      type: object
      properties:
        type:
          type: string
          description: Type of response message returned by the API.
          examples:
            - success
        code:
          type: string
          description: Response code returned by the API, if available.
          examples:
            - MSG_POPUP_OK
          nullable: true
        name:
          type: string
          description: Name or title of the response message, if available.
          examples:
            - Coupons
          nullable: true
        description:
          type: string
          description: Detailed description of the response message, if available.
          examples:
            - Coupons created successfully
          nullable: true
      required:
        - type
        - code
        - name
        - description
      description: Additional response metadata.
      x-apidog-orders:
        - type
        - code
        - name
        - description
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.zid.sa/
    description: Prod Env
security: []

```
