Get Outbound Services


GET http://openapi.ck1info.com/v1/outboundServices/{warehouseId}
Description: List of ck1 outbound services

Request

URI Parameters
NameDataTypeAnnotationRequiredDescriptionExample
warehouseId string

None.

Required

Response

NameDataTypeAnnotationRequiredDescriptionExample
ServiceCode string

None.

USNUS

ServiceName string

None.

美国邮政本地非挂号

IsTracking boolean

None.

false

Response in JSON
[
  {
    "ServiceCode": "sample string 1",
    "ServiceName": "sample string 2",
    "IsTracking": true
  },
  {
    "ServiceCode": "sample string 1",
    "ServiceName": "sample string 2",
    "IsTracking": true
  }
]