HGE V2接口
    HGE V2接口
    • 开放平台使用说明
    • 其他资料
      • 节点规则与状态说明
    • 包裹接口
      • 获取Token
      • 查询产品服务
      • 下单接口
      • 确认运单
      • 面单打印
      • 查询运单
      • 取消订单
      • 拦截订单
      • 取消拦截
      • 更新重量
      • 更新运单
      • 获取POD
      • 查询轨迹
      • PCCC查询
    • 非包裹结构
      • 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

    parcel_list

    [
        {
            "parcel_num": "string",
            "weight": 0.001,
            "length": "0.1",
            "width": "0.1",
            "height": "0.1",
            "item_list": [
                {
                    "export_declared": "书包",
                    "export_hscode": "3926 9033",
                    "export_price": 0.001,
                    "export_price_currency": "CNY",
                    "import_declared": "bag",
                    "import_hscode": "3926 9033",
                    "import_price": 1.145,
                    "import_price_currency": "USD",
                    "sku": "SKU-12124",
                    "sale_price": 0.001,
                    "sale_currency": "USD",
                    "sale_link": "https://punctual-cassava.org",
                    "qty": 1,
                    "weight": 0.001,
                    "remark": "H-A-0001",
                    "name": "bag",
                    "desc": "书包",
                    "desc_en": "Purple",
                    "length": 0.01,
                    "width": 0.01,
                    "height": 0.01,
                    "material": "nylon",
                    "uses": "Personal use",
                    "brand": "Nike",
                    "model": "B125",
                    "manuacture_country": "CN",
                    "manuacture_name": "manuFacture_name",
                    "manufacture_code": "string",
                    "manufacture_mid": "string",
                    "manufacture_country": "CN",
                    "manufacture_state": "guangdong",
                    "manufacture_city": "shenzhen",
                    "manufacture_postcode": "518000",
                    "manufacture_address": "nanshan qianhai 888"
                }
            ]
        }
    ]
    Built with