1. YDH
供应商接口预览
  • 供应商API
    • YDH
      • 获取产品列表
        POST
      • 获取报价
        POST
      • 创建订单
        POST
      • 获取物流单号
        POST
      • 获取订单面单
        POST
  1. YDH

获取订单面单

POST
http://zapi.damaierp.com/web/api/v1/order/getLabel
最后修改时间:2026-08-13 11:11:15

请求参数

Body 参数application/json必填

示例
{
    "appId": "testAppId",
    "timestamp": "1750170431063",
    "sign": "0d00a951710f7ffd727cde964c31bf9c",
    "data": {
        "orderNo": "OD000000000120"
    }
}

请求示例代码

Shell
HTTP
Python
Java
PHP
Go
C
C#
JavaScript
Swift
Dart
Objective-C
Ruby
OCaml
R
请求示例请求示例
Shell
HTTP
Python
Java
curl --location 'http://zapi.damaierp.com/web/api/v1/order/getLabel' \
--header 'Content-Type: application/json' \
--data '{
    "appId": "testAppId",
    "timestamp": "1750170431063",
    "sign": "0d00a951710f7ffd727cde964c31bf9c",
    "data": {
        "orderNo": "OD000000000120"
    }
}'

返回响应

🟢200
application/json
成功
Bodyapplication/json

示例
{
    "status": "S",
    "message": "success",
    "data": {
        "orderNo": "OD000000000120",
        "labelUrl": "https://shundatest001.oss-cn-hangzhou.aliyuncs.com/A001/Label/2026/01/29/OD000000000120_1769649312741.pdf"
    }
}
修改于 2026-08-13 11:11:15
上一页
获取物流单号