Category
Product category list
Response parameter
Parameter name
Type
Remark
categoryId
Number
Category unique identifier Id,for example: 3600
name
String
tegory name,for example: Kids
parentId
Number
The category id of the previous level, if it is the first level, the ParentId is 0,for example: 0
level
Number
category level,for example: 1
fullCategoryId
String
The full path where the current category is located,for example: 3600/3516
child
Arrays
Next-level category information, the parameters are the same as above
Query category
get product category
GET
/openapi/v1/product/category
Last updated