-
开发者必读
查询某仓库二程发货服务列表
GET http://openapi.ck1info.com/v1/outboundServices/{warehouseId}
接口说明: 出口易二程发货服务列表输入参数
URI Parameters
名称 类型 格式要求 是否必须 描述 示例值 warehouseId string None.
必须
仓库代码
返回结果
名称 类型 格式要求 是否必须 描述 示例值 ServiceCode string None.
出口易发货服务代码
USNUS
ServiceName string None.
发货服务名称
美国邮政本地非挂号
IsTracking boolean None.
是否挂号
false
[ { "ServiceCode": "sample string 1", "ServiceName": "sample string 2", "IsTracking": true }, { "ServiceCode": "sample string 1", "ServiceName": "sample string 2", "IsTracking": true } ]