-
开发者必读
入库计划生成入库单
POST http://openapi.ck1info.com/v1/inboundOrdersforplan
输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 ShipmentId string 满足正则: ^[a-zA-Z0-9\-_]{1,25}$
长度: 0 ~ 25
必须
商家入库单Id
STOL201603300001
VatNo string None.
VAT
Location string 长度: 0 ~ 20
处理点;如不填则使用商家默认处理点
GZ
WarehouseId string 长度: 0 ~ 30
必须
仓库Id
US
ShippingType string 长度: 0 ~ 30
必须
发货方式
DHL
Containers Collection of ContainerInfo None.
必须
箱子列表
PlanArriveDate date None.
预计到达海外仓时间
2020-10-15 00:00:00
Remark string 长度: 0 ~ 200
备注
测试入库订单
SubmitLater boolean None.
暂时不提交审核,需要后面再次提交审核。 默认是false,代表下单马上提交审核。
false
{ "ShipmentId": "sample string 1", "VatNo": "sample string 2", "Location": "sample string 3", "WarehouseId": "sample string 4", "ShippingType": "sample string 5", "Containers": [ { "CustomContainerNo": "sample string 1", "Weight": 2, "Length": 3, "Width": 4, "Height": 5, "Skus": [ { "Sku": "sample string 1", "StorageNo": "sample string 2", "Quantity": 3, "HsCode": "sample string 4", "ProductDetails": [ { "DeclareNameEN": "sample string 1", "DeclareNameCN": "sample string 2", "Quantity": 3, "DeclareValue": 4, "MaterialEN": "sample string 5", "MaterialCN": "sample string 6", "PurposeEN": "sample string 7", "PurposeCN": "sample string 8", "BrandName": "sample string 9", "Weight": 10, "Packing": "sample string 11", "HsCode": "sample string 12" }, { "DeclareNameEN": "sample string 1", "DeclareNameCN": "sample string 2", "Quantity": 3, "DeclareValue": 4, "MaterialEN": "sample string 5", "MaterialCN": "sample string 6", "PurposeEN": "sample string 7", "PurposeCN": "sample string 8", "BrandName": "sample string 9", "Weight": 10, "Packing": "sample string 11", "HsCode": "sample string 12" } ] }, { "Sku": "sample string 1", "StorageNo": "sample string 2", "Quantity": 3, "HsCode": "sample string 4", "ProductDetails": [ { "DeclareNameEN": "sample string 1", "DeclareNameCN": "sample string 2", "Quantity": 3, "DeclareValue": 4, "MaterialEN": "sample string 5", "MaterialCN": "sample string 6", "PurposeEN": "sample string 7", "PurposeCN": "sample string 8", "BrandName": "sample string 9", "Weight": 10, "Packing": "sample string 11", "HsCode": "sample string 12" }, { "DeclareNameEN": "sample string 1", "DeclareNameCN": "sample string 2", "Quantity": 3, "DeclareValue": 4, "MaterialEN": "sample string 5", "MaterialCN": "sample string 6", "PurposeEN": "sample string 7", "PurposeCN": "sample string 8", "BrandName": "sample string 9", "Weight": 10, "Packing": "sample string 11", "HsCode": "sample string 12" } ] } ] }, { "CustomContainerNo": "sample string 1", "Weight": 2, "Length": 3, "Width": 4, "Height": 5, "Skus": [ { "Sku": "sample string 1", "StorageNo": "sample string 2", "Quantity": 3, "HsCode": "sample string 4", "ProductDetails": [ { "DeclareNameEN": "sample string 1", "DeclareNameCN": "sample string 2", "Quantity": 3, "DeclareValue": 4, "MaterialEN": "sample string 5", "MaterialCN": "sample string 6", "PurposeEN": "sample string 7", "PurposeCN": "sample string 8", "BrandName": "sample string 9", "Weight": 10, "Packing": "sample string 11", "HsCode": "sample string 12" }, { "DeclareNameEN": "sample string 1", "DeclareNameCN": "sample string 2", "Quantity": 3, "DeclareValue": 4, "MaterialEN": "sample string 5", "MaterialCN": "sample string 6", "PurposeEN": "sample string 7", "PurposeCN": "sample string 8", "BrandName": "sample string 9", "Weight": 10, "Packing": "sample string 11", "HsCode": "sample string 12" } ] }, { "Sku": "sample string 1", "StorageNo": "sample string 2", "Quantity": 3, "HsCode": "sample string 4", "ProductDetails": [ { "DeclareNameEN": "sample string 1", "DeclareNameCN": "sample string 2", "Quantity": 3, "DeclareValue": 4, "MaterialEN": "sample string 5", "MaterialCN": "sample string 6", "PurposeEN": "sample string 7", "PurposeCN": "sample string 8", "BrandName": "sample string 9", "Weight": 10, "Packing": "sample string 11", "HsCode": "sample string 12" }, { "DeclareNameEN": "sample string 1", "DeclareNameCN": "sample string 2", "Quantity": 3, "DeclareValue": 4, "MaterialEN": "sample string 5", "MaterialCN": "sample string 6", "PurposeEN": "sample string 7", "PurposeCN": "sample string 8", "BrandName": "sample string 9", "Weight": 10, "Packing": "sample string 11", "HsCode": "sample string 12" } ] } ] } ], "PlanArriveDate": "2024-11-14T14:28:30.424+08:00", "Remark": "sample string 7", "SubmitLater": true }
返回结果
名称 类型 格式要求 是否必须 描述 示例值 ShipmentId string None.
商家入库单Id
STOL201603300001
Ck1OrderId string None.
CK1入库单号
ITST16081800001
{ "ShipmentId": "sample string 1", "Ck1OrderId": "sample string 2" }