POST http://openapi.ck1info.com/v1/outboundOrders/PlatformOrder/Callback

输入参数

Body Parameters
名称类型格式要求是否必须描述示例值
WarehouseCode string

长度: 0 ~ 50

必须

PlatformCode string

长度: 0 ~ 50

必须

ShippingMode integer

None.

必须

ParcelId string

长度: 0 ~ 100

必须

PackagId string

长度: 0 ~ 100

OrderId string

长度: 0 ~ 100

CreateTime string

None.

必须

PickupTime string

None.

必须

Country string

长度: 0 ~ 10

必须

City string

长度: 0 ~ 100

TimeZone integer

None.

必须

ShippedTime string

None.

必须

HandOverTime string

None.

必须

ShippingProviderId string

长度: 0 ~ 100

必须

ShippingProviderName string

长度: 0 ~ 200

ShippingProviderProduct string

长度: 0 ~ 200

TrackingNumber string

长度: 0 ~ 100

必须

ShippingFee string

长度: 0 ~ 50

Currency string

长度: 0 ~ 10

Length integer

None.

Width integer

None.

Height integer

None.

Weight integer

None.

SkuList Collection of PlatformOrderCallbackSku

None.

输入参数的json形式
{
  "WarehouseCode": "sample string 2",
  "PlatformCode": "sample string 3",
  "ShippingMode": 4,
  "ParcelId": "sample string 5",
  "PackagId": "sample string 6",
  "OrderId": "sample string 7",
  "CreateTime": "sample string 8",
  "PickupTime": "sample string 9",
  "Country": "sample string 10",
  "City": "sample string 11",
  "TimeZone": 12,
  "ShippedTime": "sample string 13",
  "HandOverTime": "sample string 14",
  "ShippingProviderId": "sample string 15",
  "ShippingProviderName": "sample string 16",
  "ShippingProviderProduct": "sample string 17",
  "TrackingNumber": "sample string 18",
  "ShippingFee": "sample string 19",
  "Currency": "sample string 20",
  "Length": 1,
  "Width": 1,
  "Height": 1,
  "Weight": 1,
  "SkuList": [
    {
      "SkuId": "sample string 1",
      "PlatformTransactionId": "sample string 2",
      "SkuCode": "sample string 3",
      "SkuProdName": "sample string 4",
      "Quantity": 5,
      "SkuInvQty": 1,
      "Length": 1,
      "Width": 1,
      "Height": 1,
      "Weight": 1
    },
    {
      "SkuId": "sample string 1",
      "PlatformTransactionId": "sample string 2",
      "SkuCode": "sample string 3",
      "SkuProdName": "sample string 4",
      "Quantity": 5,
      "SkuInvQty": 1,
      "Length": 1,
      "Width": 1,
      "Height": 1,
      "Weight": 1
    }
  ]
}

返回结果

名称类型格式要求是否必须描述示例值
Success boolean

None.

Message string

None.

RawResponse string

None.

返回结果的json形式
{
  "Success": true,
  "Message": "sample string 2",
  "RawResponse": "sample string 3"
}