淘宝客店铺转链API
接口地址:http://bkapi.com/api/ShopCovert
返回格式:json
请求方式:get
请求示例:http://bkapi.com/api/ShopCovert?appkey=登录个人中心查看&ShopId=4648982722008742561,73395427093919378&pid=mm_xxxx_xxx_xxx&tbname=xxxxx
请求方法
参数 | 是否必须 | 参数类型 | 说明 |
---|---|---|---|
appkey | 必填 | String | 登录后个人中心查看 |
tbname | 必填 | String | 淘客账号所对应的用户名,见“个人中心”-“淘宝授权” |
pid | 必填 | String | 推广位PID(*必须是授权淘宝号下的推广位) |
ShopId | 必填 | String | 商家ID,可传入多个,传入多个时以英文逗号(,)分割 |
relation_id | 否 | String | 渠道关系ID,仅适用于渠道推广场景 |
special_id | 否 | String | 会员运营ID |
响应参数:
参数 | 类型 | 示例值 | 说明 |
---|---|---|---|
shop_url_list | link_info_dto[] | 店铺转链结果 | |
├ seller_id | String | 123456 | 卖家ID |
├ cps_short_url | String | https://s.click.taobao.com/FvHjOPu | 店铺CPS短链 |
├ cps_long_url | String | https://s.click.taobao.com/t?e=m%3D2%26s%Ow3mzRpFxTiPDB%2BMCDax1q%2FZYgxHiGFCzYO..... | 店铺CPS长链接 |
├ cps_short_tpwd | String | ¥reILVgTx5H9¥ | 店铺CPS链接对应短口令 |
├ cps_full_tpwd | String | 17¥ HU287 reILVgTx5H9¥ https://m.tb.cn/h.6o9Fxeb jemarose旗舰店 | 店铺CPS链接对应长口令 |
响应示例
{
"shop_url_list": [
{
"link_info_dto": {
"cps_full_tpwd": "89¥ CZ028 Z9YdVgTDJ2C¥ https://m.tb.cn/h.6o7DjAm AM女装基地",
"cps_long_url": "https://s.click.taobao.com/t?e=m%3D2%26s%Ow3mzRpFxTiPDB%2BMCDax1q%2FZYgxHiGFCzYO.....",
"cps_short_tpwd": "¥Z9YdVgTDJ2C¥",
"cps_short_url": "https://s.click.taobao.com/9vmlLhr",
"seller_id": "4648982722008742561"
}
},
{
"link_info_dto": {
"cps_full_tpwd": "17¥ HU287 reILVgTx5H9¥ https://m.tb.cn/h.6o9Fxeb jemarose旗舰店",
"cps_long_url": "https://s.click.taobao.com/t?e=m%3D2%26s%3DD46UiT3Jahhw4vFB6t2Z2jAqNOwd:TAPI@1746.....",
"cps_short_tpwd": "¥reILVgTx5H9¥",
"cps_short_url": "https://s.click.taobao.com/2fWKfsr",
"seller_id": "73395427093919378"
}
}
]
}
code说明
code | 说明 |
---|---|
40001 | 服务不可用 |
50001 | 无结果 |
201 | 该卖家ID暂不支持 |
isv.invalid-parameter-adzone | 入参adzone_id错误 |