{
"shopId":"apple_shop",
"categoryList":[
{
"categoryId":1,
"categoryName":"男装",
"parentCategoryId":0,
"categoryLevel": 1,
"deleted":0,
"departmentIds":[1589,3652]
},
{
"categoryId":2,
"categoryName":"女装",
"parentCategoryId":0,
"categoryLevel": 1,
"deleted":0,
"departmentIds":[6352,6668]
},
{
"categoryId":3,
"categoryName":"精品男装",
"parentCategoryId":1,
"categoryLevel": 2,
"deleted":0
},
{
"categoryId":4,
"categoryName":"精品女装",
"parentCategoryId":2,
"categoryLevel": 2,
"deleted":0
}
]
}
curl --location --request POST '/api/v1/h5_spu/category' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId":"apple_shop",
"categoryList":[
{
"categoryId":1,
"categoryName":"男装",
"parentCategoryId":0,
"categoryLevel": 1,
"deleted":0,
"departmentIds":[1589,3652]
},
{
"categoryId":2,
"categoryName":"女装",
"parentCategoryId":0,
"categoryLevel": 1,
"deleted":0,
"departmentIds":[6352,6668]
},
{
"categoryId":3,
"categoryName":"精品男装",
"parentCategoryId":1,
"categoryLevel": 2,
"deleted":0
},
{
"categoryId":4,
"categoryName":"精品女装",
"parentCategoryId":2,
"categoryLevel": 2,
"deleted":0
}
]
}'
{
"code": 0,
"message": "success"
}