当前位置:网站首页>taobao.logistics.dummy.send( 无需物流发货处理 )接口,淘宝店铺发货API接口,淘宝订单发货接口,淘宝r2接口,淘宝oAu2.0接口
taobao.logistics.dummy.send( 无需物流发货处理 )接口,淘宝店铺发货API接口,淘宝订单发货接口,淘宝r2接口,淘宝oAu2.0接口
2022-07-02 11:21:00 【wx_1597063760】
taobao.logistics.dummy.send( 无需物流发货处理 )接口,淘宝店铺发货API接口,淘宝r2接口,淘宝oAu2.0接口,淘宝订单发货接口,接口可适用于,店铺发货,店铺订单同步,ERP系统,订单推送,店铺上传商品等业务,希望能够帮助到有需要的朋友,代码对接如下:
1.公共参数
| 名称 | 类型 | 必须 | 描述 |
|---|---|---|---|
| key | String | 是 | 调用key(必须以GET方式拼接在URL中,点击获取测试key和secret) |
| secret | String | 是 | 调用密钥 |
| api_name | String | 是 | API接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等] |
| cache | String | 否 | [yes,no]默认yes,将调用缓存的数据,速度比较快 |
| result_type | String | 否 | [json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读 |
| lang | String | 否 | [cn,en,ru]翻译语言,默认cn简体中文 |
| version | String | 否 | API版本 |
2.请求参数
请求参数:api=
参数说明:其它参数:参考淘宝开放平台接口文档,与淘宝的参数一致 https://open.taobao.com/api.htm?docId=140&docType=2
名称 类型 必须 描述 api String 淘宝开放平台的接口名(如:taobao.picture.upload( 上传单张图片 )) session String 授权换取的session_id [其他参数] String 其它参数:参考淘宝开放平台接口文档,与淘宝的参数一致
https://open.taobao.com/api.htm?docId=140&docType=2
3.请求示例(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
# 请求示例 url 默认请求参数已经做URL编码
url = "https://vx19970108018/taobao/custom/?key=<您自己的apiKey>&secret=<您自己的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.响应示例
{
"logistics_dummy_send_response":{
"shipping":{
"is_success":true
}
}
}
边栏推荐
- In 2021, the global TCB adapter revenue was about $93 million, and it is expected to reach $315.5 million in 2028
- 路由(二)
- 大顶堆、小顶堆与堆排序
- Stm32-dac Experiment & high frequency DAC output test
- < schematic diagram of oral arithmetic exercise machine program development> oral arithmetic exercise machine / oral arithmetic treasure / children's math treasure / children's calculator LCD LCD driv
- The use of TestNG, the testing framework (II): the use of TestNG XML
- 删除元素(带过渡动画)
- Teamtalk source code analysis win client
- uni-app中使用computed解决了tab切换中data()值显示的异常
- 2、const 型指针
猜你喜欢

腾讯云 TStor 统一存储通过信通院首批文件存储基础能力评测

Custom events, global event bus, message subscription and publishing, $nexttick

Fabric.js 上划线、中划线(删除线)、下划线

Pychart connects to the remote server

STM32库函数进行GPIO初始化

大顶堆、小顶堆与堆排序

Borui data integrated intelligent observable platform was selected into the "Yunyuan production catalogue" of China Academy of communications in 2022

MySQL 45 lecture - learning from the actual battle of geek time MySQL 45 Lecture Notes - 04 | easy to understand index (Part 1)

千元投影小明Q1 Pro和极米NEW Play谁更好?和哈趣K1比哪款配置更高?

Fabric.js 橡皮擦的用法(包含恢复功能)
随机推荐
C语言高级用法--函数指针:回调函数;转换表
Launcher startup process
提示:SQL Server 阻止了对组件‘Ad Hoc Distributed Queries ‘的STATEMENT ‘OpenRowset/OpenDatasource“”
A white hole formed by antineutrons produced by particle accelerators
Chinese science and technology from the Winter Olympics (III): the awakening and evolution of digital people
没有从远程服务器‘‘映射到本地用户‘(null)/sa‘的远程用户‘sa‘及服务主密码解密错误的解决办法
C crystal report printing
[deep learning] simple implementation of neural network forward propagation
Fabric.js 橡皮擦的用法(包含恢复功能)
NLA natural language analysis realizes zero threshold of data analysis
YOLOv3&YOLOv5输出结果说明
PyQt5_QScrollArea内容保存成图片
当贝投影4K激光投影X3 Pro获得一致好评:万元投影仪首选
给Android程序员的一些面试建议「建议收藏」
千元投影小明Q1 Pro和极米NEW Play谁更好?和哈趣K1比哪款配置更高?
Solving the longest subsequence with linear DP -- three questions
数据湖(十一):Iceberg表数据组织与查询
STM32-DAC实验&高频DAC输出测试
Whole house Wi Fi: a pain point that no one can solve?
实现一个多进程并发的服务器