文档帮助中心
dsc.product.warehouse.insert.post (插入商品仓库货品信息API)【仓库模式】
插入货品信息API,获取货品相关信息。
公共参数
请求地址:
公共请求参数:
环境 | HTTP请求地址 | HTTPS请求地址 |
---|---|---|
正式环境 | https://www.xxx.com/api.php | https://www.xxx.com/api.php |
名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
method | String | 是 | API接口名称 |
app_key | String | 是 | API接口AppKey |
请求参数
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
data | array | 必须 | array('goods_id' => 154, 'goods_attr' => '519|528', 'product_sn' => '154HP0001', 'bar_code' => '154BAR0001', 'product_number' => 999) | 转为JSON或XML | 更新参数 |
format | type | 必须 | json | json或xml | 接口类型 |
响应参数
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
product_id | Number | 货品ID | |
goods_id | Number | 商品ID | |
goods_attr | String | 519|528 | 属性ID名称(ID值拼接格式:519|528) |
product_sn | String | 货品编码 | |
bar_code | String | 货品条形码 | |
product_number | Number | 货品库存 | |
product_price | float | 货品价格 | |
product_promote_price | float | 货品促销价 | |
product_market_price | float | 货品市场价格 | |
product_warn_number | Number | 货品警告库存 | |
warehouse_id | Number | 仓库ID(对应仓库地区API:region_id,region_type 值为 0) |
错误码解释
错误码 | 错误描述 | 解决方案 |
---|---|---|
error | 返回值 | 0:数据提交成功 1:数据提交失败,参数不存在 2:存在不可传参的参数 3:已存在相同数据,无法添加 4:关键参数不存在或值为空 |