简要描述:

  • 预占库存

请求 URL:

  • 商户提供

请求方式:

  • POST application/json

接口授权:

参数名称 类型 必选 接口介绍
appid String Y 固定appid,商户提供
token String Y 固定token,商户提供
ordersn String Y 订单编号
recipientMan String Y 收货⼈
recipientPhone String Y 收货⼈电话
recipientRegion String Y 收货⾏政区域,⾏政区域编号,⽤’_’连接省、市、区等,code来自我方的接口「http://doc.superdesk.cn/docs/mindoc/mindoc-1bvudnqrvt772」
recipientAddress String Y 收货地址
remark String Y 备注
orderDetails json Y 下单商品明细集,下面是属于orderDetails集中的参数
- skuCode String Y 商品sku
- quantity String Y 商品数量

响应数据:

参数名称 数据格式
status 返回值:true/false
code 成功为 200
msg 提示信息
result {
“ordersn”: “xxx”
}

相关字段说明

名称 类型 必选 接口介绍
third_ordersn String Y 第三方订单编号编号
文档更新时间: 2023-04-13 16:10   作者:qiushiyong