干线API

APIDescription
POST v1/cnlink

创建订单

notify

消息推送API

APIDescription
POST v1/notify

主动向SumXpress推送消息接口

product

渠道管理

APIDescription
GET v1/product?customer={customer}&type={type}

获取渠道列表

pcaex

干线API

APIDescription
POST v1/pcaex

对于PCAEX,不应该收到create消息,只有notify消息才对

label

标签打印

APIDescription
GET v1/label/{number}?_id={_id}

获取Label

cache

APIDescription
GET v1/cache?_id={_id}&oper={oper}&name={name}

No documentation available.

tracking

订单轨迹API

APIDescription
GET v1/tracking/{number}?_id={_id}&type={type}

获取订单轨迹信息

customer

客户管理

APIDescription
POST v1/customer?_id={_id}

注册客户

order

订单管理

APIDescription
GET v1/order/{number}?_id={_id}

查询订单详情

GET v1/order?_id={_id}&customer_code={customer_code}&start_date={start_date}&end_date={end_date}&page={page}&page_size={page_size}

查询订单详情

POST v1/order?_id={_id}

创建订单

PUT v1/order?_id={_id}

更新订单

DELETE v1/order/{number}?_id={_id}

删除指定的订单