错误码 | 说明 |
---|---|
21010 | 批量删除订单失败,item_id非法(需指出是哪一个id),不存在对应商品 |
{
"item_ids": [
56,
8
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/batch_remove_item?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"item_ids": [
56,
8
]
}'
{
"errcode": 0,
"errmsg": "ok"
}