查询头程发货服务列表


GET https://openapi.chukou1.cn/v1/inboundServices/{warehouseId}
接口说明: 出口易头程发货服务列表

输入参数

URI Parameters
名称类型格式要求是否必须描述示例值
warehouseId string

None.

必须

仓库代码

返回结果

名称类型格式要求是否必须描述示例值
ServiceCode string

None.

出口易头程服务代码

TCCND

ServiceName string

None.

头程服务名称

头程大陆DHL

返回结果的json形式
[
  {
    "ServiceCode": "sample string 1",
    "ServiceName": "sample string 2"
  },
  {
    "ServiceCode": "sample string 1",
    "ServiceName": "sample string 2"
  }
]