Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 680 Bytes

Category.md

File metadata and controls

14 lines (10 loc) · 680 Bytes

Category

Properties

Name Type Description Notes
category_id int CategoryId [optional]
parent_id int The Id of the Parent Category if the given category is a child of another category [optional]
name str Category Name [optional]
product_count int Number of Products in the Category [optional]
children list[Category] List of Child Categories [optional]

[Back to Model list] [Back to API list] [Back to README]