Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 996 Bytes

CategoryNode.md

File metadata and controls

17 lines (13 loc) · 996 Bytes

CategoryNode

Properties

Name Type Description Notes
category_id int The Category Id [optional]
parent_id int If this is a child category, this is the Id of the parent category [optional]
name str Category name [optional]
product_count int The number of products in the category [optional]
new_product_count int The number of new products in the category [optional]
image_url str The URL of the image of the category [optional]
seo_description str The SEO description for the category [optional]
child_categories list[CategoryNode] A list of all children of the category - Their parent Id will be Category Id [optional]

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