-
开发者必读
提交报关信息
POST http://openapi.ck1info.com/v1/inboundOrder/declaration
输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 Ck1OrderId string None.
必须
出口易入库单号或者FBA单号
Weight decimal number None.
必须
入库单毛重/kg,保留2位小数
12.11
Sender string 长度: 0 ~ 100
英文发货人名称
SenderAddress string 长度: 0 ~ 500
英文发货人地址
Receiver string 长度: 0 ~ 100
英文收货人名称
ReceiverAddress string 长度: 0 ~ 500
英文收货人地址
SkuList Collection of DeclarationSku None.
必须
SKU列表
{ "Ck1OrderId": "sample string 1", "Weight": 2, "Sender": "sample string 3", "SenderAddress": "sample string 4", "Receiver": "sample string 5", "ReceiverAddress": "sample string 6", "SkuList": [ { "DeclareNameEn": "sample string 1" }, { "DeclareNameEn": "sample string 1" } ] }
返回结果
名称 类型 格式要求 是否必须 描述 示例值 Ck1OrderId string None.
CK1入库单号或者FBA单号
{ "Ck1OrderId": "sample string 1" }