CategoryDetails

{
  "_uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
  "name": "Shoes",
  "Childrens": [
    {
      "_uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
      "name": "Shoes",
      "Childrens": [],
      "hasChildren": true,
      "hasProduct": false
    }
  ],
  "hasChildren": true,
  "hasProduct": false
}

Properties

Name
Type
Required
Restrictions
Description

_uuid

string

true

none

Category id

name

string

true

none

Category name

Childrens

false

none

Field for retrieve subcategories at all level

hasChildren

boolean

false

none

Is category has children

hasProduct

boolean

false

none

Is category has product

Last updated