当前位置:网站首页>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-DAC实验&高频DAC输出测试

What is erdma? Popular science cartoon illustration

Xilinx Vivado set *.svh as SystemVerilog Header

uniapp自动化测试学习

How kaggle uses utility script

没有从远程服务器‘‘映射到本地用户‘(null)/sa‘的远程用户‘sa‘及服务主密码解密错误的解决办法

Stm32-dac Experiment & high frequency DAC output test

Method of creating linked server for cross server data access

【apipost】使用教程

Teamtalk source code analysis win client
随机推荐
buuctf-pwn write-ups (7)
3、函数指针和指针函数
Packet capturing tool Fiddler learning
Stm32-dac Experiment & high frequency DAC output test
报错:npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
ONNX+TensorRT:将预处理操作写入ONNX并完成TRT部署
Chapter 9: xshell free version installation
The evolution process of the correct implementation principle of redis distributed lock and the summary of redison's actual combat
Do you know that there is an upper limit on the size of Oracle data files?
1. Editing weapon VIM
Tip: SQL Server blocked the state 'openrowset/opendatasource' of component 'ad hoc distributed queries'
Yolov3 & yolov5 output result description
String matching problem
STM32 standard firmware library function name memory (II)
2、const 型指针
tmall.product.schema.get( 产品信息获取schema获取 ),淘宝店铺上传商品API接口,淘宝商品发布接口,淘宝商品上传API接口,店铺上传接口,oAuth2.0接口
Why can't browsers read JSX?
博睿数据一体化智能可观测平台入选中国信通院2022年“云原生产品名录”
threejs的控制器 立方体空间 基本控制器+惯性控制+飞行控制
Understanding of mongodb