删除用户的所有收藏
开发者可以删除用户在好物圈中指定商家的所有收藏物品,接口说明如下:
接口调用基本信息 | 说明 |
---|---|
协议 | https |
http请求方式 | POST |
请求URL | https://api.weixin.qq.com/mall/deletebizallshoppinglist?access_token=ACCESS_TOKEN |
POST数据格式 | UTF-8 json |
接口能力 | 删除用户好物圈指定商家的所有收藏物品 |
接口调用时机 | 删除用户好物圈指定商家的所有收藏物品 |
请求数据样例
{
"user_open_id": "user_open_id",
}
物品基本字段 | 必填 | 字段类型 | 说明 |
---|---|---|---|
user_open_id | 是 | string | 用户的openid,用来指定删除具体用户的好物圈商家物品 |
回包数据样例
接口调用成功回包
{
"del_num":2,
"errcode":0,
"errmsg":"success"
}
错误码 | 说明 |
---|---|
9009099 | 系统失败 |
9009203 | 非法的user_open_id,请检查该openid是否归属该appid |
其他常见错误码 | 点击查看 |