-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- 头程入库
- FBA订单
- 来货单
- 出库单
- 库存管理
- 逆向物流服务
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
预约揽收
POST http://openapi.ck1info.com/v1/pickupSchedule
接口说明: 创建预约揽收订单
Http 201 - 提交成功
Http 400 - 提交的数据有误,请检查输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 RefNo string 满足正则: ^[a-zA-Z0-9\-_]{1,36}$
长度: 0 ~ 36
必须
揽收批次号
PMN5698001
Address PickupScheduleAddress None.
揽收地址
Date date None.
必须
预约提货日期
2025-01-01
Time string 长度: 0 ~ 2
必须
预约提货时间
值:AM或PM(AM时间范围:8:30-12:00,PM时间范围:13:00-17:00)
GoodDetail GoodDetail None.
待揽收货品信息
Remark string 长度: 0 ~ 200
揽收备注
{ "RefNo": "sample string 1", "Address": { "Country": "sample string 1", "Province": "sample string 2", "City": "sample string 3", "Street1": "sample string 4", "Street2": "sample string 5", "HouseNumber": "sample string 6", "Postcode": "sample string 7", "Contact": "sample string 8", "Phone": "sample string 9", "Email": "sample string 10" }, "Date": "2025-08-08T01:34:18.828+08:00", "Time": "sample string 3", "GoodDetail": { "Volumn": 1, "Weight": 2, "Quantity": 3 }, "Remark": "sample string 4" }
返回结果
None.