当前位置:网站首页>Free testing of Taobao tmall API order and flag insertion remark interface
Free testing of Taobao tmall API order and flag insertion remark interface
2022-07-05 12:45:00 【QQ541645121】
The core interface of Taobao open platform :
transaction API
taobao.trades.sold.get( Query the transaction data that the seller has sold ( According to the creation time ) )
taobao.trade.get( Get some information about a single transaction ( High performance ) )
taobao.trade.memo.add( Add notes to a transaction )
taobao.trade.memo.update( Modify transaction notes )
.......
logistics API
taobao.areas.get( Query address area )
taobao.logistics.companies.get( Query the information of logistics company )
taobao.logistics.address.search( Check the seller's address Library )
taobao.logistics.offline.send( Contact logistics by yourself ( Offline Logistics ) deliver goods )
.......
evaluation API
taobao.traderates.get( Search for evaluation information )
taobao.traderate.add( Add a single evaluation )
.......
https://gitee.com/elton_xia/taobao-order-flag test demo Code , It is convenient for developers to build Alibaba open platform API Access to
边栏推荐
- JDBC -- use JDBC connection to operate MySQL database
- Programming skills for optimizing program performance
- 前几年外包干了四年,秋招感觉人生就这样了..
- Learning JVM garbage collection 06 - memory set and card table (hotspot)
- Redis cluster configuration
- 10 minute fitness method reading notes (2/5)
- GPS数据格式转换[通俗易懂]
- Constructing expression binary tree with prefix expression
- MySQL trigger
- Pytoch counts the number of the same elements in the tensor
猜你喜欢

Redis's memory elimination mechanism, read this article is enough.

Resnet18 actual battle Baoke dream spirit

Storage Basics

VoneDAO破解组织发展效能难题

Transactions from January 14 to 19, 2022

Database connection pool & jdbctemplate

SAP 自开发记录用户登录日志等信息

Kotlin变量

Anaconda creates a virtual environment and installs pytorch

Iterator details in list... Interview pits
随机推荐
Docker configures redis and redis clusters
Leetcode-1. Sum of two numbers (Application of hash table)
How can labels/legends be added for all chart types in chart. js (chartjs.org)?
Making and using the cutting tool of TTF font library
Learn memory management of JVM 01 - first memory
MySQL function
Compilation principle reading notes (1/12)
Resnet+attention project complete code learning
A few years ago, I outsourced for four years. Qiu Zhao felt that life was like this
Learn the garbage collector of JVM -- a brief introduction to Shenandoah collector
从39个kaggle竞赛中总结出来的图像分割的Tips和Tricks
10 minute fitness method reading notes (1/5)
Distance measuring sensor chip 4530a used in home intelligent lighting
Kotlin function
2021-12-21 transaction record
How to recover the information server and how to recover the server data [easy to understand]
ZABBIX agent2 monitors mongodb nodes, clusters and templates (official blog)
How does MySQL execute an SQL statement?
Deep discussion on the decoding of sent protocol
Handwriting blocking queue: condition + lock