当前位置:网站首页>Taobao store release API interface (New), Taobao oauth2.0 store commodity API interface, Taobao commodity release API interface, Taobao commodity launch API interface, a complete set of launch store i
Taobao store release API interface (New), Taobao oauth2.0 store commodity API interface, Taobao commodity release API interface, Taobao commodity launch API interface, a complete set of launch store i
2022-07-07 05:33:00 【wx_ one billion five hundred and ninety-seven million sixty-thr】
Taobao store release API Interface ( new ), TaoBao oAuth2.0 Store goods API Interface , Taobao product release API Interface , Taobao products are on the shelves API Interface , A complete set of interface docking and sharing of released stores are 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. The steps of product release are as follows :
Please refer to the address of the open platform :
https://open.taobao.com/docV3.htm?spm=a219a.7386797.0.0.2fc9669ar9ggq9&source=search&docId=119447&docType=1
Identify authorized categories & brand
Involving interfaces :
taobao.itemcats.authorize.get( Query the list of authorized brands and categories of merchants )
taobao.itemcats.get( Get the standard commodity categories for sellers to publish commodities in the background )
3. Release
Remarks : Tmall needs products , Therefore, the product release only supports tmall stores ; TaoBao and Special edition products do not need to be attached to products , No product release required , Just publish products directly .
Involving interfaces :
tmall.product.match.schema.get( Get matching product rules )
tmall.product.schema.match( product Matching interface )
tmall.product.schema.get( Product information acquisition schema obtain )
tmall.product.add.schema.get( Product release rule acquisition interface )
tmall.product.schema.add( Use Schema File release a product )
4. Release commodities ( Edit product )
Involving interfaces :
alibaba.item.publish.schema.get( Get product release rule information )
alibaba.item.publish.props.get( Product cascade attribute information acquisition )
alibaba.item.publish.submit( Product launch )
5. Product editing and updating involves interfaces
alibaba.item.edit.schema.get ( Product editing and obtaining schema Information )
alibaba.item.edit.submit ( Edit and submit products schema Information )
alibaba.item.edit.fastupdate ( Product edit incremental update )
6. 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
7. 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)
边栏推荐
- Addressable pre Download
- [PHP SPL notes]
- Under the trend of Micah, orebo and apple homekit, how does zhiting stand out?
- Tablayout modification of customized tab title does not take effect
- 利用OPNET进行网络任意源组播(ASM)仿真的设计、配置及注意点
- 说一说MVCC多版本并发控制器?
- Sorry, I've learned a lesson
- 项目经理如何凭借NPDP证书逆袭?看这里
- K6EL-100漏电继电器
- JVM (19) -- bytecode and class loading (4) -- talk about class loader again
猜你喜欢
随机推荐
1. AVL tree: left-right rotation -bite
TabLayout修改自定义的Tab标题不生效问题
Batch size setting skills
拼多多商品详情接口、拼多多商品基本信息、拼多多商品属性接口
漏电继电器JOLX-GS62零序孔径Φ100
《5》 Table
照片选择器CollectionView
EGR-20USCM接地故障继电器
Educational Codeforces Round 22 B. The Golden Age
Use, configuration and points for attention of network layer protocol (taking QoS as an example) when using OPNET for network simulation
Creation and use of thread pool
论文阅读【MM21 Pre-training for Video Understanding Challenge:Video Captioning with Pretraining Techniqu】
Safe landing practice of software supply chain under salesforce containerized ISV scenario
K6EL-100漏电继电器
Senior programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization, and recommends collecting
Linkedblockingqueue source code analysis - initialization
Jhok-zbg2 leakage relay
Summary of the mean value theorem of higher numbers
As we media, what websites are there to download video clips for free?
漏电继电器JELR-250FG









