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

查询产品服务

Test environment
https://test-oms.hanjinexp.com/openapi/customer/
Test environment
https://test-oms.hanjinexp.com/openapi/customer/
GET
https://test-oms.hanjinexp.com/openapi/customer/
get_services/
最后修改时间:2025-12-16 13:22:37
责任人:未设置
请求此接口可查看当前账户可以使用的产品服务代码

请求参数

Authorization
Bearer Token
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
or
Header 参数

请求示例代码

Shell
HTTP
Python
Java
PHP
Go
C
C#
JavaScript
Swift
请求示例请求示例
Shell
HTTP
Python
Java
curl --location --request GET 'https://test-oms.hanjinexp.com/openapi/customer/get_services/' \
--header 'Accept-Language: en' \
--header 'Authorization: Bearer <token>'

返回响应

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

示例
{
    "code": 200,
    "success": true,
    "detail": "string",
    "data": [
        {
            "service_code": "CS12837192371 ",
            "service_name": "HGE12987318973"
        }
    ]
}
🟠401认证失败
修改于 2025-12-16 13:22:37
上一页
获取Token
下一页
下单接口
Built with