简要描述:
好物圈商品导入
请求URL:
https://dev4.yunzmall.com/addons/yun_shop/api.php?i=9&uuid=0&mid=0&type=5&shop_id=null&route=plugin.wechatcircle_products.api.import.import
参数:
|参数名|是否必须|类型|说明| https://wsad.weixin.qq.com/wsad/zh_CN/htmledition/order/html/document/goods/update.part.html
返回示例:
正确时返回:
{
result: 1,
msg: "商品导入成功",
data: [ ]
}
错误时返回:
{
result: 0,
msg: "商品信息必须传入",
data: [ ]
}
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述