Get Outbound Order Status


GET http://openapi.ck1info.com/v1/outboundOrders/{packageId}/status
Description: Get order status for result of success or fail
Http 200 - Ok
Http 404 - packageId not found

Request

URI Parameters
NameDataTypeAnnotationRequiredDescriptionExample
packageId string

None.

Required

Response

NameDataTypeAnnotationRequiredDescriptionExample
PackageId string

None.

MN006T0005

Ck1PackageId string

None.

MN20160808TST0001

Status CreateStatus

None.

Creating

HandleStatus OutboundOrderStatus

None.

Submitted

UnShippedReason UnShippedReason

None.

TrackingNumber string

None.

ac7cdd60d5e24

IsFinalTrackingNumber boolean

None.

true

InternalNumber string

None.

CUE210413STXZ1000002

ShippingProvider string

None.

DHL

ShippingCosts Collection of ShippingCost

None.

Weight decimal number

None.

600

HasRemoteFee boolean

None.

false

Ck1OrderShipOuted date

None.

2015/10/28 17:25:00

Response in JSON
{
  "PackageId": "sample string 1",
  "Ck1PackageId": "sample string 2",
  "Status": "Creating",
  "HandleStatus": "Delete",
  "RetryCount": 3,
  "UnShippedReason": {
    "ReasonCode": "sample string 1",
    "ReasonText": "sample string 2",
    "ExtendMessage": "sample string 3"
  },
  "TrackingNumber": "sample string 4",
  "IsFinalTrackingNumber": true,
  "InternalNumber": "sample string 5",
  "ShippingProvider": "sample string 6",
  "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"
    }
  ],
  "Weight": 7.1,
  "HasRemoteFee": true,
  "Ck1OrderShipOuted": "2024-11-15T01:34:20.191+08:00"
}