Last Updated on : 2024-01-12 02:38:16download
Set the information about commodity categories when a commodity is added.
GET: /v1.0/sellercenter/commodity/categories
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
mall_code | String | query | true | The code of the mall. |
lang | String | query | true | The abbreviation of a specified language. |
Parameter name | Type | Description |
---|---|---|
result | List |
Description of result
Parameter name | Type | Description |
---|---|---|
code | String | The code of a specified category. |
name | String | The name of a specified category. |
level | Integer | The level of a specified category. |
children | List | The sub-category. |
GET: /v1.0/sellercenter/commodity/categories?mall_code=8h4tiureddm8&lang=zh
{
"result": [
{
"code": "CTaklzeezc54xc",
"level": 1,
"children": [
{
"code": "CTaklzi582p0eq",
"level": 2,
"children": [
{
"code": "CTaklzokjyo5jk",
"level": 3,
"name": "Refrigerator"
}
],
"name": "Small Home Appliances"
}
],
"name": "Electrical Appliances"
}
],
"t": 1624963184322,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback