SkuDataDelete 商品数据-删除
POST
/rpc/sku/data/delete
商品数据
1.仅已激活状态可调用
请求参数
Body 参数application/json
skuList
array[object (SkuInfo 商品信息) {3}]
商品数据列表【必填】
code
string
商品唯一编码
name
string
商品名称
spuCode
string
商品上级码(spuCode==code 或 spuCode为空时,该商品为顶级商品)
示例
{
"skuList": [
{
"code": "string",
"name": "string",
"spuCode": "string"
}
]
}
返回响应
🟢200成功
application/json
Body
code
enum<integer> <int32>
必需
枚举值:
0110001001100210031004100510061007150015011503150420002500
默认值:
0
msg
string
状态描述
示例
{
"code": 0,
"msg": "string"
}