查询某仓库二程发货服务列表


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

输入参数

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

None.

必须

仓库代码

返回结果

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

None.

出口易发货服务代码

USNUS

ServiceName string

None.

发货服务名称

美国邮政本地非挂号

IsTracking boolean

None.

是否挂号

false

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