当前位置:淘客联盟接口开发文档(旧版) > 淘宝订单批量检测
接口文档

淘宝订单批量检测

淘宝订单批量检测接口,用于批量检测淘宝或天猫的订单是否是淘宝客下单。

一次最大可同时查询10个订单。

本接口主要适合于淘宝或天猫卖家使用。

【本接口暂停使用】


一、淘宝订单批量检测是否淘客下单接口:

【本接口暂停使用】

【权限】卖家订单检测卡可用

【频率】200次/分钟

【接口】

http://apipro.vephp.com/orderchk?vekey=xxx&para=订单号1,订单号2,....订单号10

参数说明:

para 必须,淘宝或天猫订单号,可以一次提供10个以内订单号,用英文逗号相隔。


二、淘宝天猫订单批量检测是否淘客下单接口返回值:

接口以“order_订单号”做为键名的格式返回检测结果列表,如下order_413111111111111111键名。

在每个订单结果中,isTaoKe是表示是否淘客,1为是淘客,0表示非淘客;对应isTaoKe的是order_detail字段,如果order_detail不为空则是淘客订单,order_detail是空的则表示非淘客订单。

订单详情可以参考order_detail字段。

{

    "error": "0",

    "msg": "订单检测完毕",

    "data": {

        "order_413111111111111111": {

            "isTaoKe": 1,

            "tip": "是淘客订单",

            "hasNextPage": "1",

            "order_detail": {

                "createTime": "2019-04-11 21:27:49",

                "earningTime": "2019-04-23 14:21:21",

                "payDone": "true",

                "tbAlipayTotalPrice": "15.50",

                "tbAuctionId": "580804859722",

                "tbAuctionNum": "1",

                "tbAuctionPicUrl": "//img.alicdn.com/tfsco....xblRw_!!2298422463.jpg",

                "tbAuctionPrice": "15.50",

                "tbAuctionTitle": "北欧铁艺几何玻璃花瓶客厅透明居家插花摆件落地水培植物玻璃瓶",

                "tbFinishTotalPrice": "15.50",

                "tbSellerShopTitle": "优美乐家居",

                "tbTradeId": "413111111111111111",

                "tbTradeParentId": "413111111111111111",

                "tkBizTag": "1",

                "tkEarningTime": "2019-04-24 14:41:55",

                "tkPubId": "92713215",

                "tkSearcherOrder": "false",

                "tkSearcherPubId": "103611826",

                "tkStatus": "3",

                "tkStatusStr": "结算成功",

                "tkTradeFinishTime": "2019-04-21 14:42:11",

                "tkTradePaidTime": "2019-04-12 21:41:04"

            }

        },

        "order_412622222222222222": {

            "isTaoKe": 0,

            "tip": "非淘客订单",

            "hasNextPage": "1",

            "order_detail": []

        },

        "order_428233333333333": {

            "isTaoKe": 1,

            "tip": "是淘客订单",

            "hasNextPage": "1",

            "order_detail": {

                 .....//略....

            }

        }

    }

}


如果您不是编程开发者,需要手动检测淘宝天猫订单是否淘客下单,请访问网站http://www.vegou.top/

在线
客服

会员请加QQ群交流:

客服
热线

咨询直达热线
服务时间:9:00-20:00

微信
咨询

加微信咨询
顶部