Get Inbound Orders


GET http://openapi.ck1info.com/v1/inboundOrders
Description: Get the inbound order list which have been successed
Http 200 - Ok
Http 400 - Invalid data, Please check

Request

URI Parameters
NameDataTypeAnnotationRequiredDescriptionExample
WarehouseId string

None.

Ck1OrderIdList Collection of string

None.

FromDate string

DateTime: 2015-11-04T15:00:00Z

Required

2015-11-04T15:00:00Z

ToDate string

DateTime: 2015-11-04T15:00:00Z

Required

2015-11-05T15:00:00Z

PageSize integer

Range: between 1 and 200

10

PageIndex integer

Range: between 1 and 200

1

Response

NameDataTypeAnnotationRequiredDescriptionExample
ShipmentId string

None.

STOL201603300001

Ck1OrderId string

None.

ITST16081800001

HandleStatus InboundOrderStatus

None.

Submitted

HandleState InboundOrderState

None.

Submitted

WarehouseId string

None.

ShippingType string

None.

Weight decimal number

None.

VerifyWeight decimal number

None.

ContainerCount integer

None.

ReceivedTime date

None.

ShippingOutTime date

None.

ShippingInTime date

None.

FinishedTime date

None.

CreateTime date

None.

Response in JSON
[
  {
    "ShipmentId": "sample string 1",
    "Ck1OrderId": "sample string 2",
    "HandleStatus": "Initial",
    "HandleState": "Init",
    "WarehouseId": "sample string 3",
    "ShippingType": "sample string 4",
    "Weight": 5,
    "VerifyWeight": 6,
    "ContainerCount": 7,
    "ReceivedTime": "2024-11-15T01:15:58.344+08:00",
    "ShippingOutTime": "2024-11-15T01:15:58.344+08:00",
    "ShippingInTime": "2024-11-15T01:15:58.344+08:00",
    "FinishedTime": "2024-11-15T01:15:58.344+08:00",
    "CreateTime": "2024-11-15T01:15:58.344+08:00"
  },
  {
    "ShipmentId": "sample string 1",
    "Ck1OrderId": "sample string 2",
    "HandleStatus": "Initial",
    "HandleState": "Init",
    "WarehouseId": "sample string 3",
    "ShippingType": "sample string 4",
    "Weight": 5,
    "VerifyWeight": 6,
    "ContainerCount": 7,
    "ReceivedTime": "2024-11-15T01:15:58.344+08:00",
    "ShippingOutTime": "2024-11-15T01:15:58.344+08:00",
    "ShippingInTime": "2024-11-15T01:15:58.344+08:00",
    "FinishedTime": "2024-11-15T01:15:58.344+08:00",
    "CreateTime": "2024-11-15T01:15:58.344+08:00"
  }
]