POST http://openapi.ck1info.com/v1/inboundOrder/declaration

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
Ck1OrderId string

None.

Required

Weight decimal number

None.

Required

12.11

Sender string

String length: between 0 and 100

SenderAddress string

String length: between 0 and 500

Receiver string

String length: between 0 and 100

ReceiverAddress string

String length: between 0 and 500

SkuList Collection of DeclarationSku

None.

Required

Request in JSON
{
  "Ck1OrderId": "sample string 1",
  "Weight": 2,
  "Sender": "sample string 3",
  "SenderAddress": "sample string 4",
  "Receiver": "sample string 5",
  "ReceiverAddress": "sample string 6",
  "SkuList": [
    {
      "DeclareNameEn": "sample string 1"
    },
    {
      "DeclareNameEn": "sample string 1"
    }
  ]
}

Response

NameDataTypeAnnotationRequiredDescriptionExample
Ck1OrderId string

None.

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