-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
轨迹物流状态
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- FBA订单
- 头程入库
- 出库单
- 来货单
- 逆向物流服务
- 库存管理
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
创建中国直发订单(异步)
POST http://openapi.ck1info.com/v1/directExpressOrders
接口说明: 每个客户的不同PackageId第一次提交视作新增订单;如果数据改动后再次提交,视作修改订单(取消原订单,重新生成一个新的订单)
创建中国直发订单,然后调用【获取直发订单状态】接口,【获取直发订单状态】接口响应数据中的Status值为"Created",并且TrackingNumber有值,才算创建成功
Http 201 - 提交成功
Http 200 - 订单已存在,忽略当前提交的订单
Http 400 - 提交的数据有误,请检查输入参数
Body Parameters
输入参数的json形式名称 类型 格式要求 是否必须 描述 示例值 Location string 长度: 0 ~ 20
处理点 如不填则使用商家默认
GZ
Package Package None.
必须
直发包裹信息
Remark string 长度: 0 ~ 1000
备注
remark
SubmitLater boolean None.
是否稍后提审,默认是false
false
{ "Location": "sample string 1", "Package": { "PackageId": "sample string 1", "PlatformOrderNo": "sample string 2", "PlatformPaymentNo": "sample string 3", "ServiceCode": "sample string 4", "IsSignature": true, "SignatureType": "sample string 6", "IsHazmat": true, "ShipToAddress": { "TaxId": "sample string 1", "RecipientBirthday": "sample string 2", "IDNumber": "sample string 3", "BankCardLast4digits": "sample string 4", "PaymentType": "sample string 5", "IssuingInstitution": "sample string 6", "Taxfree": "sample string 7", "DutyParagraph": "sample string 8", "Department": "sample string 9", "TypeOfTaxId": "sample string 10", "ShortAddress": "sample string 11", "Contact": "sample string 12", "Phone": "sample string 13", "Email": "sample string 14", "Country": "sample string 15", "Province": "sample string 16", "City": "sample string 17", "District": "sample string 18", "Street1": "sample string 19", "Street2": "sample string 20", "HouseNumber": "sample string 21", "Postcode": "sample string 22" }, "Sender": { "Contact": "sample string 1", "Phone": "sample string 2", "Email": "sample string 3", "Country": "sample string 4", "Department": "sample string 5", "Province": "sample string 6", "City": "sample string 7", "District": "sample string 8", "Street1": "sample string 9", "Street2": "sample string 10", "HouseNumber": "sample string 11", "Postcode": "sample string 12" }, "LockerId": "sample string 8", "Weight": 9, "WeightUnit": "sample string 10", "Length": 11, "Width": 12, "Height": 13, "Skus": [ { "DomesticShipper": "sample string 1", "Sku": "sample string 2", "Quantity": 3, "UnitOfMeasure": "sample string 4", "Weight": 5, "WeightUnit": "sample string 6", "DeclareValue": 7, "NewDeclareValue": { "Value": 1, "Currency": "sample string 2" }, "ExportsDeclareValue": { "Value": 1 }, "CIFDeclareValue": { "Value": 1 }, "InsuranceDeclareValue": { "Value": 1 }, "FreightDeclareValue": { "Value": 1 }, "DeclareNameEn": "sample string 8", "DeclareNameCn": "sample string 9", "ProductName": "sample string 10", "Price": 11, "HsCode": "sample string 12", "HsCodeCN": "sample string 13", "DeclareElements": "sample string 14", "SaleURL": "sample string 15", "ProductLink": "sample string 16", "ProductDescription": "sample string 17", "ProductCategories": "sample string 18", "MaterialEN": "sample string 19", "Brand": "sample string 20", "ProductModel": "sample string 21", "DutyTaxRate": 1, "Duty": { "Value": 1, "Currency": "sample string 2" }, "PlatformItemId": "sample string 22", "PlatformTransactionId": "sample string 23", "ProducerSellerCreditCode": "sample string 24", "ProducerSellerName": "sample string 25", "Asin": "sample string 26", "MPID": "sample string 27", "NSPID": "sample string 28", "SPID": "sample string 29", "Uses": "sample string 30" }, { "DomesticShipper": "sample string 1", "Sku": "sample string 2", "Quantity": 3, "UnitOfMeasure": "sample string 4", "Weight": 5, "WeightUnit": "sample string 6", "DeclareValue": 7, "NewDeclareValue": { "Value": 1, "Currency": "sample string 2" }, "ExportsDeclareValue": { "Value": 1 }, "CIFDeclareValue": { "Value": 1 }, "InsuranceDeclareValue": { "Value": 1 }, "FreightDeclareValue": { "Value": 1 }, "DeclareNameEn": "sample string 8", "DeclareNameCn": "sample string 9", "ProductName": "sample string 10", "Price": 11, "HsCode": "sample string 12", "HsCodeCN": "sample string 13", "DeclareElements": "sample string 14", "SaleURL": "sample string 15", "ProductLink": "sample string 16", "ProductDescription": "sample string 17", "ProductCategories": "sample string 18", "MaterialEN": "sample string 19", "Brand": "sample string 20", "ProductModel": "sample string 21", "DutyTaxRate": 1, "Duty": { "Value": 1, "Currency": "sample string 2" }, "PlatformItemId": "sample string 22", "PlatformTransactionId": "sample string 23", "ProducerSellerCreditCode": "sample string 24", "ProducerSellerName": "sample string 25", "Asin": "sample string 26", "MPID": "sample string 27", "NSPID": "sample string 28", "SPID": "sample string 29", "Uses": "sample string 30" } ], "ExportsInfo": { "EoriCode": "sample string 1", "Country": "sample string 2", "Department": "sample string 3", "Province": "sample string 4", "City": "sample string 5", "Street1": "sample string 6", "Street2": "sample string 7", "Postcode": "sample string 8", "Contact": "sample string 9", "Company": "sample string 10", "Phone": "sample string 11", "Email": "sample string 12" }, "ImportsInfo": { "EoriCode": "sample string 1", "Country": "sample string 2", "Department": "sample string 3", "Province": "sample string 4", "City": "sample string 5", "Street1": "sample string 6", "Street2": "sample string 7", "Postcode": "sample string 8", "Contact": "sample string 9", "Company": "sample string 10", "Phone": "sample string 11", "Email": "sample string 12" }, "SellPrice": 14, "SellPriceCurrency": "sample string 15", "SalesPlatform": "sample string 16", "OtherSalesPlatform": "sample string 17", "ImportTrackingNumber": "sample string 18", "ImportLabel": "sample string 19", "CarrierName": "sample string 20", "Custom": "sample string 21", "Remark": "sample string 22", "VatCode": "sample string 23", "CodAmount": 24, "CodAmountStr": "sample string 25", "IsCreateNewOrder": true, "DutyTaxRate": 1, "Duty": { "Value": 1, "Currency": "sample string 2" }, "GoodsValueType": "sample string 26", "DeclareMode": "sample string 27" }, "Remark": "sample string 2", "SubmitLater": true }返回结果
None.