-
开发者必读
创建FBA订单
POST https://eu-openapi.chukou1.cn/v1/fbaOrder
½Ó¿Ú˵Ã÷: 每个客户的不同PackageId第一次提交视作新增订单;如果数据改动后再次提交,视作修改订单
创建FBA订单,然后调用【获取FBA订单状态】接口,【获取FBA订单状态】接口响应数据中的Status值为"Created",并且TrackingNumber有值,才算创建成功
Http 201 - 提交成功
Http 200 - 订单已存在,忽略当前提交的订单
Http 400 - 提交的数据有误,请检查ÊäÈë²ÎÊý
Body Parameters
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ WarehouseCode string None.
±ØÐë
FBA仓库代码
ABE2
ShipmentId string ×î´ó³¤¶È: 15
±ØÐë
FBA Shipment ID
24332
ReferenceId string ×î´ó³¤¶È: 12
±ØÐë
Amazon Reference ID
34
PackageId string ³¤¶È: 0 ~ 50
Âú×ãÕýÔò: ^[a-zA-Z0-9\-_]*$
±ØÐë
包裹Id(第三方系统自定义Id,客户+包裹Id 具有唯一性)
SMT23015236489
Location string ³¤¶È: 0 ~ 20
±ØÐë
处理点
GZ
ServiceCode string ³¤¶È: 0 ~ 30
±ØÐë
发货服务代码
CUE
ContainerInfos Collection of ContainerInfo None.
±ØÐë
箱子信息
Custom string ³¤¶È: 0 ~ 1000
客户自定义,可以用于打印在地址标签Custom区域
bag-red
VatCode string None.
Vat号
Remark string ³¤¶È: 0 ~ 1000
备注
remark
{ "WarehouseCode": "sample string 1", "ShipmentId": "sample string 2", "ReferenceId": "sample string 3", "PackageId": "sample string 4", "Location": "sample string 5", "ServiceCode": "sample string 6", "ContainerInfos": [ { "CustomContainerNo": "sample string 1", "Weight": 2, "Length": 3, "Width": 4, "Height": 5, "SkuInfos": [ { "Sku": "sample string 1", "Picture": "sample string 2", "Charged": true, "ASINCode": "sample string 4", "ModelName": "sample string 5", "DeclareNameEN": "sample string 6", "DeclareNameCN": "sample string 7", "Quantity": 8, "DeclareValue": 9, "MaterialEN": "sample string 10", "MaterialCN": "sample string 11", "PurposeEN": "sample string 12", "PurposeCN": "sample string 13", "BrandName": "sample string 14", "Weight": 15, "Packing": "sample string 16", "HsCode": "sample string 17" }, { "Sku": "sample string 1", "Picture": "sample string 2", "Charged": true, "ASINCode": "sample string 4", "ModelName": "sample string 5", "DeclareNameEN": "sample string 6", "DeclareNameCN": "sample string 7", "Quantity": 8, "DeclareValue": 9, "MaterialEN": "sample string 10", "MaterialCN": "sample string 11", "PurposeEN": "sample string 12", "PurposeCN": "sample string 13", "BrandName": "sample string 14", "Weight": 15, "Packing": "sample string 16", "HsCode": "sample string 17" } ] }, { "CustomContainerNo": "sample string 1", "Weight": 2, "Length": 3, "Width": 4, "Height": 5, "SkuInfos": [ { "Sku": "sample string 1", "Picture": "sample string 2", "Charged": true, "ASINCode": "sample string 4", "ModelName": "sample string 5", "DeclareNameEN": "sample string 6", "DeclareNameCN": "sample string 7", "Quantity": 8, "DeclareValue": 9, "MaterialEN": "sample string 10", "MaterialCN": "sample string 11", "PurposeEN": "sample string 12", "PurposeCN": "sample string 13", "BrandName": "sample string 14", "Weight": 15, "Packing": "sample string 16", "HsCode": "sample string 17" }, { "Sku": "sample string 1", "Picture": "sample string 2", "Charged": true, "ASINCode": "sample string 4", "ModelName": "sample string 5", "DeclareNameEN": "sample string 6", "DeclareNameCN": "sample string 7", "Quantity": 8, "DeclareValue": 9, "MaterialEN": "sample string 10", "MaterialCN": "sample string 11", "PurposeEN": "sample string 12", "PurposeCN": "sample string 13", "BrandName": "sample string 14", "Weight": 15, "Packing": "sample string 16", "HsCode": "sample string 17" } ] } ], "Custom": "sample string 7", "VatCode": "sample string 8", "Remark": "sample string 9" }
·µ»Ø½á¹û
None.