Create Drop-ship Order


POST http://openapi.ck1info.com/v1/directExpressOrders?sync={sync}
Description: Create Drop-ship order
Http 200 - Ok
Http 400 - Invalid data, Please check

Request

URI Parameters
NameDataTypeAnnotationRequiredDescriptionExample
sync integer

None.

Required

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
Location string

String length: between 0 and 20

Handle Location

GZ

Package Package

None.

Required

Drop-ship Package

Remark string

String length: between 0 and 1000

Remark

remark

SubmitLater boolean

None.

Submit later.The default value is "false"

false

Request in JSON
{
  "Location": "sample string 1",
  "Package": {
    "PackageId": "sample string 1",
    "ServiceCode": "sample string 2",
    "ShipToAddress": {
      "TaxId": "sample string 1",
      "HouseNumber": "sample string 2",
      "RecipientBirthday": "sample string 3",
      "IDNumber": "sample string 4",
      "BankCardLast4digits": "sample string 5",
      "PaymentType": "sample string 6",
      "IssuingInstitution": "sample string 7",
      "Taxfree": "sample string 8",
      "DutyParagraph": "sample string 9",
      "Contact": "sample string 10",
      "Phone": "sample string 11",
      "Email": "sample string 12",
      "Country": "sample string 13",
      "Province": "sample string 14",
      "City": "sample string 15",
      "Street1": "sample string 16",
      "Street2": "sample string 17",
      "Postcode": "sample string 18"
    },
    "Sender": {
      "Contact": "sample string 1",
      "Phone": "sample string 2",
      "Email": "sample string 3",
      "Country": "sample string 4",
      "Province": "sample string 5",
      "City": "sample string 6",
      "Street1": "sample string 7",
      "Street2": "sample string 8",
      "Postcode": "sample string 9"
    },
    "Weight": 3,
    "Length": 4,
    "Width": 5,
    "Height": 6,
    "Skus": [
      {
        "Sku": "sample string 1",
        "Quantity": 2,
        "Weight": 3,
        "DeclareValue": 4,
        "NewDeclareValue": {
          "Value": 1,
          "Currency": "sample string 2"
        },
        "ExportsDeclareValue": {
          "Value": 1,
          "Currency": "sample string 2"
        },
        "DeclareNameEn": "sample string 5",
        "DeclareNameCn": "sample string 6",
        "ProductName": "sample string 7",
        "Price": 8,
        "HsCode": "sample string 9",
        "SaleURL": "sample string 10",
        "ProductLink": "sample string 11",
        "ProductDescription": "sample string 12",
        "ProductCategories": "sample string 13",
        "MaterialEN": "sample string 14"
      },
      {
        "Sku": "sample string 1",
        "Quantity": 2,
        "Weight": 3,
        "DeclareValue": 4,
        "NewDeclareValue": {
          "Value": 1,
          "Currency": "sample string 2"
        },
        "ExportsDeclareValue": {
          "Value": 1,
          "Currency": "sample string 2"
        },
        "DeclareNameEn": "sample string 5",
        "DeclareNameCn": "sample string 6",
        "ProductName": "sample string 7",
        "Price": 8,
        "HsCode": "sample string 9",
        "SaleURL": "sample string 10",
        "ProductLink": "sample string 11",
        "ProductDescription": "sample string 12",
        "ProductCategories": "sample string 13",
        "MaterialEN": "sample string 14"
      }
    ],
    "ExportsInfo": {
      "EoriCode": "sample string 1",
      "Country": "sample string 2",
      "Province": "sample string 3",
      "City": "sample string 4",
      "Street1": "sample string 5",
      "Street2": "sample string 6",
      "Postcode": "sample string 7",
      "Contact": "sample string 8",
      "Company": "sample string 9",
      "Phone": "sample string 10",
      "Email": "sample string 11"
    },
    "ImportsInfo": {
      "EoriCode": "sample string 1",
      "Country": "sample string 2",
      "Province": "sample string 3",
      "City": "sample string 4",
      "Street1": "sample string 5",
      "Street2": "sample string 6",
      "Postcode": "sample string 7",
      "Contact": "sample string 8",
      "Company": "sample string 9",
      "Phone": "sample string 10",
      "Email": "sample string 11"
    },
    "SellPrice": 7,
    "SellPriceCurrency": "sample string 8",
    "SalesPlatform": "sample string 9",
    "OtherSalesPlatform": "sample string 10",
    "ImportTrackingNumber": "sample string 11",
    "Custom": "sample string 12",
    "Remark": "sample string 13",
    "VatCode": "sample string 14",
    "CodAmount": 15,
    "IsCreateNewOrder": true
  },
  "Remark": "sample string 2",
  "SubmitLater": true
}

Response

NameDataTypeAnnotationRequiredDescriptionExample
WeightInit integer

None.

600

PackingInit Packing

None.

Weight integer

None.

600

Packing Packing

None.

ChargedWeight integer

None.

600

ServiceCode string

None.

MailingDate string

None.

2024-11-08

PackageId string

None.

SMT23015236489

Ck1PackageId string

None.

EUU20160808TST00001

Status CreateStatus

None.

Creating

HandleStatus DirectExpressOrderStatus

None.

Submitted

TrackingNumber string

None.

T024963157

ExtraTrackNumber string

None.

AZ123456QW

IsFinalTrackingNumber boolean

None.

true

ShippingProvider string

None.

DHL

CreateFailedReason UnShippedReason

None.

ShippingCosts Collection of ShippingCost

None.

HasRemoteFee boolean

None.

WarehouseReceivedTime string

None.

WarehouseDepartedTime string

None.

CreatedTime date

None.

Response in JSON
{
  "WeightInit": 1,
  "PackingInit": {
    "Length": 1,
    "Width": 2,
    "Height": 3
  },
  "Weight": 2,
  "Packing": {
    "Length": 1,
    "Width": 2,
    "Height": 3
  },
  "ChargedWeight": 3,
  "ServerSource": "sample string 4",
  "Country": "sample string 5",
  "ServiceCode": "sample string 6",
  "MailingDate": "sample string 7",
  "PackageId": "sample string 8",
  "Ck1PackageId": "sample string 9",
  "Status": "Creating",
  "HandleStatus": "Initial",
  "TrackingNumber": "sample string 10",
  "ExtraTrackNumber": "sample string 11",
  "IsFinalTrackingNumber": true,
  "ShippingProvider": "sample string 13",
  "RetryCount": 14,
  "CreateFailedReason": {
    "ReasonCode": "sample string 1",
    "ReasonText": "sample string 2",
    "ExtendMessage": "sample string 3"
  },
  "ShippingCosts": [
    {
      "Money": 1,
      "Currency": "sample string 2",
      "Type": "None",
      "Remark": "sample string 3"
    },
    {
      "Money": 1,
      "Currency": "sample string 2",
      "Type": "None",
      "Remark": "sample string 3"
    }
  ],
  "HasRemoteFee": true,
  "WarehouseReceivedTime": "sample string 16",
  "WarehouseDepartedTime": "sample string 17",
  "CreatedTime": "2025-01-18T13:20:12.874+08:00"
}