文档
测试

/dbo/v1/parcel/{parcel_oid}

GET
/dbo/v1/parcel/{parcel_oid}

接口描述

获取指定包裹信息

请求参数

参数名
类型
描述
必填
parcel_oid
string
必填

响应参数

参数名
类型
描述
必填
dimension
object
数据字典
必填
length
number
示例:0
必填
width
number
示例:0
必填
height
number
示例:0
必填
unit
string
示例:mm
必填
weight
object
数据字典
必填
value
number
示例:0
必填
unit
string
示例:g
必填
irregular
boolean
示例:true
必填
oid
string
示例:string
必填
created_datetime
string
示例:2020-04-09T08:03:41.984Z
必填
updated_datetime
string
示例:2020-04-09T08:03:41.984Z
必填

说明 / 示例

{ "dimension": { "length": 0, "width": 0, "height": 0, "unit": "mm" }, "weight": { "value": 0, "unit": "g" }, "irregular": true, "oid": "string", "created_datetime": "2020-04-09T08:05:29.042Z", "updated_datetime": "2020-04-09T08:05:29.042Z" }