The Category Path object is a representation of the path from the outter most parent category down to the current category. The Category Path contains the 'ID' and 'Name' of the Category, and the 'Child' category that was followed to get to the current category. The Child is also a Category Path object.
Field | Data Type | Description |
---|---|---|
ID | integer | ID of the category |
Name | string | Name of the category |
Child | Category Path | The Category Path of the child category |