查询商家定购的所有服务
支持平台: 淘宝
查询商家定购的所有服务
支持平台: 淘宝
需授权
名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
method | String | 是 | API接口名称 |
certi_id | Number | 否 | 分配给应用的证书ID |
from_node_id | String | 是 | API调用的来源节点ID,对于第三方开发者来说,此id即为申请应用颁发的APP KEY |
from_api_v | String | 否 | 请求方版本号 |
to_node_id | String | 否 | API调用的目的节点ID(除了基础服务类api,其他接口必传此参数) |
to_api_v | String | 否 | 接收方版本号 |
callback_url | String | 否 | 响应回调地址,带http路径的标准URL。(调用异步接口此参数必填) |
v | String | 是 | 矩阵API协议版本,可选值:1.0 |
timestamp | String | 是 | 时间戳,格式为yyyy-MM-dd hh:mm:ss,例如:2008-01-25 20:23:30。ShopEx API服务端允许客户端请求时间误差为10分钟 |
format | String | 是 | 可选,指定响应格式。默认JSON ,目前支持格式为JSON |
sign | String | 是 | 对调用API时所有输入参数(包括应用级参数)进行签名结果 |
名称 | 类型 |
|
示例值 | 默认值 | 描述 |
---|---|---|---|---|---|
status | String |
淘宝(可选) |
AUDITING |
状态 AUDITING 1-待审核; CANCEL 2-撤销 ; CHECKED 3-审核通过 ; FAILED 4-审核未通过 ; SYNCHRONIZING 5-同步中; 只允许输入上面指定的值,且可以为空,为空时查询所有状态。若输错了,则按AUDITING处理。 |
|
page_no | Number |
淘宝(可选) |
1 |
1 |
当前页 |
page_size | Number |
淘宝(可选) |
20 |
20 |
分页记录个数,如果用户输入的记录数大于50,则一页显示50条记录 |
名称 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
total_count | Number | 是 | 20 |
结果总数 |
subscription_list | SubscriptionList | 否 | 卖家定购的服务列表 |
{ "data": { "subscription_list": [ { "address": { "address": "test", "city": "test", "district": "test", "province": "test", "zip": "610017" }, "contact": { "name": "test", "phone": "021-6857735" }, "created": "2012-04-11 18:16:40", "end_date": "", "id": 10000, "is_own_service": "", "modified": "2012-08-09 19:59:12", "parent_id": "", "provider_user_id": 10000, "remark": "", "service_alias": "", "service_code": "10000", "service_id": 10000, "service_name": "test", "service_type": "STORE", "start_date": "2012-04-11 18:16:40", "status": "CHECKED", "subscriber_user_id": 10000, "subscriber_user_nick": "test" }, { "address": {}, "contact": {}, "created": "2012-03-13 21:43:37", "end_date": "2012-03-13 21:43:37", "id": 10001, "is_own_service": 10, "modified": "2012-07-11 13:39:37", "parent_id": "", "provider_user_id": 10001, "remark": "", "service_alias": "", "service_code": "test2", "service_id": 10001, "service_name": "test2", "service_type": "STORE", "start_date": "2012-03-13 21:43:37", "status": "CHECKED", "subscriber_user_id": 10001, "subscriber_user_nick": "test2" } ], "total_count": 38 }, "msg_id": "61628746fdcf252a76866a673a2d648a", "res": "", "rsp": "succ" }
错误码 | 错误描述 | 解决方案 |
---|