物流API文档
  1. 订单管理
物流API文档
  • 访问令牌
    • 获取令牌
      POST
    • 刷新令牌
      POST
    • 获取个人信息
      POST
  • 下单公共参数
    • 出口名义
      • 创建出口名义
    • 获取可用渠道
      POST
    • 获取可用出口名义
      POST
    • 获取可用号段类型
      POST
    • 获取可用订单类型
      POST
    • 美国地址验证接口
      POST
  • 物流轨迹
    • 物流轨迹订阅
    • 物流轨迹查询
      POST
    • 物流轨迹节点
      POST
  • 订单管理
    • 创建订单(日本发往中国内地)
      POST
    • 创建订单(日本发往中国香港)
      POST
    • 创建订单(日本发往美国)
      POST
    • 订单详情
      POST
    • 删除订单
      POST
  1. 订单管理

创建订单(日本发往中国香港)

POST
http://18.116.73.210/api/order/createImportHK

请求参数

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

Body 参数application/json

示例
{
    "customs_clearance_companies_id": "3",
    "no_type_value": "",
    "order_type_value": "",
    "channel_code": "",
    "export_id": "",
    "jan_repeat": "1",
    "customer": "张大三",
    "orderNumber": "385645452485156",
    "recipientName": "张三",
    "recipientIdCard": "120224199******315",
    "recipientAddress": "科技大厦23F101",
    "recipientProvince": "山东省",
    "recipientCity": "济宁市",
    "recipientCountry": "鱼台县",
    "recipientPhone": "138****5130",
    "senderName": "Fruity Drink",
    "senderAddress": "PEACH DRINK FRUNITY 50",
    "senderPhone": "1234-1234-1234",
    "orderWeight": "1.21",
    "useInsuredPrice": 0,
    "insuredPrice": null,
    "transportNumber": null,
    "item": [
        {
            "jan": "4901872327805",
            "nameCN": "SHISEIDO 资生堂 粉底液 粉色",
            "nameEN": "Foundation cream",
            "count": "1",
            "priceJp": "1180",
            "weight": "50",
            "origin": "JP"
        }
    ]
}

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "code": 200,
    "locale": "zh-CN",
    "message": "添加成功",
    "data": {
        "pdf_label_a": "http://18.116.73.210/storage/labelA/order_number_system.pdf",
        "no_number": "no_number",
        "jp_number": "no_number",
        "order_number": "order_number",
        "order_number_system": "order_number_system"
    }
}
🟠400请求错误
🟠401未授权
🟠422参数错误
上一页
创建订单(日本发往中国内地)
下一页
创建订单(日本发往美国)
Built with