POST http://openapi.ck1info.com/v1/inboundOrdersforplan

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
ShipmentId string

regular expression: ^[a-zA-Z0-9\-_]{1,25}$

String length: between 0 and 25

Required

STOL201603300001

VatNo string

None.

Location string

String length: between 0 and 20

GZ

WarehouseId string

String length: between 0 and 30

Required

US

ShippingType string

String length: between 0 and 30

Required

DHL

Containers Collection of ContainerInfo

None.

Required

PlanArriveDate date

None.

2020-10-15 00:00:00

Remark string

String length: between 0 and 200

测试入库订单

SubmitLater boolean

None.

false

Request in JSON
{
  "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-15T01:10:34.982+08:00",
  "Remark": "sample string 7",
  "SubmitLater": true
}

Response

NameDataTypeAnnotationRequiredDescriptionExample
ShipmentId string

None.

STOL201603300001

Ck1OrderId string

None.

ITST16081800001

Response in JSON
{
  "ShipmentId": "sample string 1",
  "Ck1OrderId": "sample string 2"
}