Create Drop-ship Order


POST http://openapi.ck1info.com/v1/directExpressOrders
Description: Create Drop-ship order, and need to get order status for result of success or fail
Http 201 - Ok
Http 200 - Ok, not changed
Http 400 - Invalid data, Please check

Request

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

None.