1. 订单API
ERP开放接口API
  • ERP开放平台开发文档
  • 物流公司列表
  • 授权管理API
    • 授权码模式下获取授权码
      GET
    • 根据授权码获取accessToken
      GET
  • 订单API
    • 订单详情
      GET
    • 补发货通告
      POST
    • 批量订单查询
      GET
    • 发货信息回传
      POST
  • 物流API
    • 省级地址列表
      GET
    • 市级地址列表
      GET
    • 区县级地址列表
      GET
  • 售后API
    • 售后单查询
      GET
    • 退货快递单号查询
      GET
    • 查询售后单详情
      GET
  1. 订单API

补发货通告

POST
https://openapi.ruwii.com/api/erp/logistics/orderDeliveryReplenish

请求参数

Body 参数application/json

示例
{
    "clientId": "xxxxx",
    "accessToken": "xxxxxxxx",
    "v": "2.0",
    "sign": "xxxxxxxxxx"
    "orderDeliveryDTOList": [
        {
            "orderCode": "XT202506247410853231",
            "logisticsCompanyCode": 3,
            "logisticsNumber": "434489532332732541"
        },
        {
            "orderCode": "XT2025062423237410850",
            "logisticsCompanyCode": 3,
            "logisticsNumber": "434489532732541"
        },
        {
            "orderCode": "XT2025062474102323849",
            "logisticsCompanyCode": "",
            "logisticsNumber": "434489532732541"
        },
        {
            "orderCode": "XT2025062323237410810",
            "logisticsCompanyCode": "",
            "logisticsNumber": ""
        }
    ]
}

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "message": "成功",
    "data": [
        {
            "orderCode": "XT202506247410851",
            "message": "成功"
        },
        {
            "orderCode": "XT202506247410850",
            "message": "成功"
        },
        {
            "orderCode": "XT202506247410849",
            "message": "物流编码为空"
        },
        {
            "orderCode": "XT202506237410810",
            "message": "快递单号为空"
        }
    ]
}
修改于 2025-12-09 02:14:11
上一页
订单详情
下一页
批量订单查询
Built with