当前位置:网站首页>taobao. logistics. dummy. Send (no logistics delivery processing) interface, Taobao store delivery API interface, Taobao order delivery interface, Taobao R2 interface, Taobao oau2.0 interface
taobao. logistics. dummy. Send (no logistics delivery processing) interface, Taobao store delivery API interface, Taobao order delivery interface, Taobao R2 interface, Taobao oau2.0 interface
2022-07-02 14:35:00 【wx_ one billion five hundred and ninety-seven million sixty-thr】
taobao.logistics.dummy.send( No logistics delivery processing ) Interface , Taobao store delivery API Interface , TaoBao r2 Interface , TaoBao oAu2.0 Interface , Taobao order delivery interface , The interface can be applied to , Store delivery , Store order synchronization ,ERP System , Order push , Store upload goods and other businesses , Hope to help friends in need , Code docking is as follows :
1. Common parameters
name | type | must | describe |
---|---|---|---|
key | String | yes | call key( Must be GET Way of splicing in URL in , Click to get the test key and secret) |
secret | String | yes | Call key |
api_name | String | yes | API The name of the interface ( Included in the request address )[item_search,item_get,item_search_shop etc. ] |
cache | String | no | [yes,no] Default yes, The cached data... Will be called , It's quite fast |
result_type | String | no | [json,jsonu,xml,serialize,var_export] Return data format , The default is json,jsonu The output content can be read directly in Chinese |
lang | String | no | [cn,en,ru] Translation language , Default cn Simplified Chinese |
version | String | no | API edition |
2. Request parameters
Request parameters :api=
Parameter description : Other parameters : Refer to the interface document of Taobao open platform , It is consistent with the parameters of Taobao https://open.taobao.com/api.htm?docId=140&docType=2
name type must describe api String The interface name of Taobao open platform ( Such as :taobao.picture.upload( Upload single picture )) session String In exchange for authorization session_id [ The other parameters ] String Other parameters : Refer to the interface document of Taobao open platform , It is consistent with the parameters of Taobao
https://open.taobao.com/api.htm?docId=140&docType=2
3. Request example (CURL、PHP 、PHPsdk 、Java 、C# 、Python...)
# coding:utf-8
"""
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# Request example url The default request parameters have been changed URL code
url = "https://vx19970108018/taobao/custom/?key=< Your own apiKey>&secret=< Your own apiSecret>&method="
headers = {
"Accept-Encoding": "gzip",
"Connection": "close"
}
if __name__ == "__main__":
r = requests.get(url, headers=headers)
json_obj = r.json()
print(json_obj)
4. Response example
{
"logistics_dummy_send_response":{
"shipping":{
"is_success":true
}
}
}
边栏推荐
- STM32标准固件库函数名(一)
- [development environment] 010 editor tool (tool download | binary file analysis template template installation | shortcut key viewing and setting)
- 大顶堆、小顶堆与堆排序
- Fabric.js 缩放画布
- 字符串匹配问题
- Fabric. Keep the original level when JS element is selected
- PTA题库 ===>复数四则运算,一帮一,考试座位号(7-73)
- Fabric.js 自由绘制圆形
- threejs的控制器 立方体空间 基本控制器+惯性控制+飞行控制
- 数据湖(十一):Iceberg表数据组织与查询
猜你喜欢
Use of swagger
Stm32-dac Experiment & high frequency DAC output test
[development environment] Dell computer system reinstallation (download Dell OS recovery tool | use Dell OS recovery tool to make USB flash disk system | install system)
Certik released the defi security report in 2021, disclosing key data of industry development (PDF download link attached)
Fabric.js 橡皮擦的用法(包含恢复功能)
Teamtalk source code analysis win client
测试框架TestNG的使用(二):testNG xml的使用
微信小程序使用towxml显示公式
Do you know that there is an upper limit on the size of Oracle data files?
<口算练习机 方案开发原理图>口算练习机/口算宝/儿童数学宝/儿童计算器 LCD液晶显示驱动IC-VK1621B,提供技术支持
随机推荐
< schéma de développement de la machine d'exercice oral > machine d'exercice oral / trésor d'exercice oral / trésor de mathématiques pour enfants / lecteur LCD de calculatrice pour enfants IC - vk1621
HMS core machine learning service helps zaful users to shop conveniently
<口算練習機 方案開發原理圖>口算練習機/口算寶/兒童數學寶/兒童計算器 LCD液晶顯示驅動IC-VK1621B,提供技術支持
Uniapp automated test learning
一张图彻底掌握prototype、__proto__、constructor之前的关系(JS原型、原型链)
Golang quickly generates model and queryset of database tables
Development and design of animation surrounding mall sales website based on php+mysql
Route (II)
String matching problem
Borui data integrated intelligent observable platform was selected into the "Yunyuan production catalogue" of China Academy of communications in 2022
Some interview suggestions for Android programmers "suggestions collection"
threejs的控制器 立方體空間 基本控制器+慣性控制+飛行控制
Fabric.js 动态设置字号大小
每天坚持20分钟go的基础二
没有从远程服务器‘‘映射到本地用户‘(null)/sa‘的远程用户‘sa‘及服务主密码解密错误的解决办法
YOLOv3&YOLOv5输出结果说明
Advanced usage of C language -- function pointer: callback function; Conversion table
Custom events, global event bus, message subscription and publishing, $nexttick
tmall.product.schema.get( 产品信息获取schema获取 ),淘宝店铺上传商品API接口,淘宝商品发布接口,淘宝商品上传API接口,店铺上传接口,oAuth2.0接口
Openharmony notes --------- (4)