更新时间:2024-01-12 02:40:06下载pdf
本文介绍订单发货的 API。
对待发货订单内所有商品发货,仅支持单个订单发货。
PUT: /v1.0/sellercenter/order/deliver/{order_id}
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
order_id | String | true | 订单 ID。此参数为 URL 参数,非 body 参数。 | |
mall_code | String | true | 商城编码。 | |
site_code | String | true | 国家码。 | |
logistics_code | String | true | 物流公司编码。 | |
logistics_no | String | true | 物流单号。 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 返回请求结果。 |
PUT: /v1.0/sellercenter/order/deliver/{order_id}
{
"mall_code": "M93b1qxfaj***",
"site_code": "US",
"logistics_code": "bpost",
"logistics_no": "433111A21***"
}
{
"tid": "e1f1f173099c11edad2342cd75736***",
"result": true,
"t": 1658480493082,
"success": true
}
参考 错误码。
错误码 | 错误信息 | 说明 |
---|---|---|
2000000 | params error | 参数错误 |
2001000 | shop does not exist | 店铺不存在 |
2005001 | order not found | 订单不存在 |
2005002 | order status invalid | 订单状态异常,此异常说明订单不是待发货状态 |
2007001 | delivery failed | 订单发货失败 |
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈