| Name | Description | Type | Additional information |
|---|---|---|---|
| customerOrderNo |
客户订单号,必填 |
string |
Required String length: inclusive between 0 and 32 |
| userCode |
客户代码,必填 |
string |
Required String length: inclusive between 0 and 32 |
| parcelType |
包裹类型,取值范围[10:包裹/11:PAK 袋/12:文件],必填 |
integer |
Required |
| taxPayMode |
税金支付方式,取值范围[10:DDU/11:DDP] |
integer |
Required |
| packageLength |
高,单位CM |
decimal number |
Required Matching regular expression pattern: ^([0-9]+|[0-9]{1,3}(,[0-9]{3})*)(.[0-9]{1,2})?$ |
| packageWidth |
长,单位CM |
decimal number |
Required Matching regular expression pattern: ^([0-9]+|[0-9]{1,3}(,[0-9]{3})*)(.[0-9]{1,2})?$ |
| packageHeight |
宽,单位CM |
decimal number |
Required Matching regular expression pattern: ^([0-9]+|[0-9]{1,3}(,[0-9]{3})*)(.[0-9]{1,2})?$ |
| packageWeight |
实重,单位KG |
decimal number |
Required Matching regular expression pattern: ^([0-9]+|[0-9]{1,3}(,[0-9]{3})*)(.[0-9]{1,2})?$ |
| deliveryCompany |
运输快递公司,取值范围[UPS/USPS],必填 |
string |
Required String length: inclusive between 0 and 32 |
| shipper |
发件人信息,必填 |
ReplyOrderShipperInfo |
Required |
| orderDeclareList |
申报信息,必填 |
Collection of ReplyOrderDeclareInfo |
Required |