1. 转运订单
元狐通
  • 授权管理
    • 授权
      POST
  • 转运订单
    • 国内包裹预报
      POST
    • 国内包裹退货
      POST
    • 创建国际包裹单
      POST
    • 取消国际包裹单
      POST
    • 创建用户地址
      POST
  • 物流干线
    • 查询物流干线列表
      POST
    • 查询物流干线运费
      GET
  • 消息回调
    • 国内包裹入库回调
      POST
    • 国际包裹单发货回调
      POST
    • 国际物流轨迹回调
      POST
    • 物流干线变更回调
      POST
  1. 转运订单

创建用户地址

POST
/open/order/createUserAddress

请求参数

Body 参数application/json

示例
{
    "userNo": "string",
    "postcode": "string",
    "countryId": 0,
    "provinceId": 0,
    "cityName": "string",
    "addressId": 0,
    "address": "string",
    "firstName": "string",
    "lastName": "string",
    "mobile": "string",
    "isDefault": 0,
    "email": "string",
    "taxId": "string",
    "provinceName": "string",
    "countryCode": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/open/order/createUserAddress' \
--header 'Content-Type: application/json' \
--data '{
    "userNo": "string",
    "postcode": "string",
    "countryId": 0,
    "provinceId": 0,
    "cityName": "string",
    "addressId": 0,
    "address": "string",
    "firstName": "string",
    "lastName": "string",
    "mobile": "string",
    "isDefault": 0,
    "email": "string",
    "taxId": "string",
    "provinceName": "string",
    "countryCode": "string"
}'

返回响应

🟢200
application/json
Bodyapplication/json

示例
{
    "success": true,
    "message": "string",
    "data": 0,
    "code": 0
}
修改于 2026-07-09 02:55:51
上一页
取消国际包裹单
下一页
查询物流干线列表
Built with