Taobao order data interface Taobao order API Obtain product order details Obtain product order list

Taobao order data is divided into: buyer orders and seller orders. The buyer's order is the product order of the buyer, and the seller's order is the product order of the merchant's store. Regardless of whether it is a buyer's order or a seller's order, obtaining order data requires authorization.

Buyer order list details interface

To obtain the buyer's order list and detailed data, the buyer needs to authorize. The way of buyer authorization is cookie, and the parameter token is used.

There are three ways to get the token:
Option 1: Combined interface
 buyer_token_qrcode- Obtain [Scan code login method] Directly click the interface to get the token and call the following interface:
 buyer_token_qrcode_ck - Get token [Scan code login method] 

Solution 2: Get token by entering Taobao account password
 buyer_token_create - get token 

Option 3: Small biscuit plug-in mode [supports both PC and mobile terminal]

Another way to obtain the buyer's order list and detailed data is through the API of Taobao's open platform. The process of applying for API calls on the Taobao open platform is cumbersome, and it is strict for application review. If it is convenient, it can be accessed through a third-party data company to avoid the complicated application review process.

Seller order list details interface

taobao.trades.sold.get- Get online orders sold within three months, suitable for user initialization

Call method: GET, POST

request parameters

Request parameters: api=

Parameter description: Other parameters: refer to the Taobao open platform interface document, which 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 the Taobao open platform (for example: taobao.picture.upload (upload a single picture))
session String The session_id exchanged for authorization
[Other parameters] String Other parameters: Refer to the Taobao Open Platform Interface Document, which is consistent with the parameters of Taobao
https://open.taobao.com/api.htm?docId=140&docType=2

 

Guess you like

Origin blog.csdn.net/Jernnifer_mao/article/details/132188884