HGE V2接口
  1. 非包裹结构
HGE V2接口
  • 开放平台使用说明
  • 其他资料
    • 节点规则与状态说明
  • 包裹接口
    • 获取Token
    • 查询产品服务
    • 下单接口
    • 确认运单
    • 面单打印
    • 查询运单
    • 取消订单
    • 拦截订单
    • 取消拦截
    • 更新重量
    • 更新运单
    • 获取POD
    • 查询轨迹
    • PCCC查询
  • 非包裹结构
    • Scan Form
      POST
    • Scan Form执行结果查询
      POST
    • Manifest接口
      POST
    • Manifest执行结果查询
      POST
    • 航班节点更新
      POST
    • 创建大包
      POST
    • 作废大包
      POST
    • 打印大包面单
      POST
  • 数据模型
    • number_type
    • order_address
    • address_info
    • parcel_list
    • item_info
    • tax_info
    • number
    • flight_info
    • handover_info
    • scanform-handover
    • scanform-flight
  1. 非包裹结构

Manifest接口

Test environment
https://test-oms.hanjinexp.com/openapi/customer/
Test environment
https://test-oms.hanjinexp.com/openapi/customer/
POST
https://test-oms.hanjinexp.com/openapi/customer/
manifest/
最后修改时间:2025-12-16 14:13:49
责任人:未设置
调用此接口进行大包维度的数据推送,必须使用大包与小包的数据进行推送

请求参数

Authorization
Bearer Token
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
or
Body 参数application/json必填

示例
{
    "reference_num": "29",
    "handover_mode": {
        "mawb_no": "amet",
        "flight_no": "culpa",
        "etd": "Lorem",
        "eta": "elit",
        "departure_port": "in amet irure",
        "transit_port": "sed reprehenderit nisi ex",
        "arrival_port": "fugiat adipisicing sint et",
        "transit_etd": "ipsum",
        "transit_eta": "nulla officia",
        "transit_flight_no": "nostrud mollit cupidatat nisi aliquip"
    },
    "weight": "qui est et consequat",
    "net_weight": "sunt enim magna amet velit",
    "bag_list": [
        {
            "bag_num": "79",
            "bag_type": 1,
            "customer_order_nums": [
                "59"
            ]
        },
        {
            "bag_num": "100",
            "bag_type": 1,
            "customer_order_nums": [
                "22",
                "14"
            ]
        }
    ]
}

请求示例代码

Shell
HTTP
Python
Java
PHP
Go
C
C#
JavaScript
Swift
请求示例请求示例
Shell
HTTP
Python
Java
cURL
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/manifest/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "reference_num": "29",
    "handover_mode": {
        "mawb_no": "amet",
        "flight_no": "culpa",
        "etd": "Lorem",
        "eta": "elit",
        "departure_port": "in amet irure",
        "transit_port": "sed reprehenderit nisi ex",
        "arrival_port": "fugiat adipisicing sint et",
        "transit_etd": "ipsum",
        "transit_eta": "nulla officia",
        "transit_flight_no": "nostrud mollit cupidatat nisi aliquip"
    },
    "weight": "qui est et consequat",
    "net_weight": "sunt enim magna amet velit",
    "bag_list": [
        {
            "bag_num": "79",
            "bag_type": 1,
            "customer_order_nums": [
                "59"
            ]
        },
        {
            "bag_num": "100",
            "bag_type": 1,
            "customer_order_nums": [
                "22",
                "14"
            ]
        }
    ]
}'

返回响应

🟢200成功响应-数组
application/json
Body

示例
{
    "code": 200,
    "success": true,
    "detail": "string",
    "data": {
        "reference_num": "TR20250427000000001"
    }
}
🟠401认证失败
🔴500服务器无法连接
修改于 2025-12-16 14:13:49
上一页
Scan Form执行结果查询
下一页
Manifest执行结果查询
Built with