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

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
ShipmentId string

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

String length: between 0 and 25

Required

STOL201603300001

Location string

String length: between 0 and 20

GZ

WarehouseId string

String length: between 0 and 30

Required

ShipmentType string

String length: between 0 and 30

Required

Skus Collection of InboundPlanSkuObject

None.

Required

PlanArriveDate date

None.

Required

2020-10-15 00:00:00

PlanArriveLocationDate date

None.

Required

2020-10-15 00:00:00

Remark string

String length: between 0 and 200

测试入库订单

IsSelfInbound boolean

None.

Required

PlanVolume decimal number

None.

Required

Request in JSON
{
  "ShipmentId": "sample string 1",
  "Location": "sample string 2",
  "WarehouseId": "sample string 3",
  "ShipmentType": "sample string 4",
  "Skus": [
    {
      "Sku": "sample string 1",
      "Quantity": 2
    },
    {
      "Sku": "sample string 1",
      "Quantity": 2
    }
  ],
  "PlanArriveDate": "2024-11-14T22:09:14.916+08:00",
  "PlanArriveLocationDate": "2024-11-14T22:09:14.916+08:00",
  "Remark": "sample string 7",
  "IsSelfInbound": true,
  "PlanVolume": 9
}

Response

NameDataTypeAnnotationRequiredDescriptionExample
ShipmentId string

None.

Response in JSON
{
  "ShipmentId": "sample string 1"
}