Java "hands in hand" Weidian product details data, Weidian product details interface, Weidian API interface application guide

The Weidian platform was founded in May 2011 as an application developed by Beijing Pocket Fashion Technology. In January 2014, the "Weidian" APP was officially launched. Weidian has transformed from the store opening tool of choice for small and micro store owners to a system and infrastructure that helps entrepreneurs develop their interests, create brands, and build businesses.

Weidian product details include product title, price, inventory, specifications, description, pictures, shipping costs, etc.

The product details page of Weidian can display other recommended products. In the product information column, you can enter the product description, product price, and product inventory information in sequence, and you can also edit the store manager's recommendations. After all editing is completed, click the Done button in the upper right corner.

Collection scene

Enter a keyword search on the Weidian homepage (weidian.com), collect the product list page data obtained after the search, and then click in to get the product details page data. The keyword in the example is [Daphne Jewelry], which can be changed according to needs. It also supports automatic batch input of multiple keywords. Click one of the products again to enter the product details page.

 

Collection field

Collection fields include keyword text value, product title, store name, product price, discount price, number of payers, sales volume, product link, store name, brand, shipping location, inventory, sku specifications, sku attributes, detailed description, etc.

Collection results

The collection results can be exported to Excel, CSV, HTML, database and other formats.

Code display

micro.item_get - Get micro-store product details data return value description

1.Public parameters

name type must describe
key String yes Call key (must be spliced ​​into the URL in GET mode, demo example is shown)
secret String yes call key
api_name String yes API interface name (included in the request address) [item_search, item_get, item_search_shop, etc.]
cache String no [yes,no] The default is yes, which will call cached data and is faster.
result_type String no [json,jsonu,xml,serialize,var_export] returns the data format, the default is json, the content output by jsonu can be read directly in Chinese
lang String no [cn,en,ru] translation language, default cn simplified Chinese
version String no API version (copy Taobaoapi2014 to get the APISDK file)

2. Request Example

 

3. Response example

 

The open platform API interface of the Weidian platform provides interface services through the HTTP protocol. Merchants can obtain information such as product details of the entire site through this interface to facilitate the management of products and stores. When calling this API, you need to apply for the App Key and obtain the Token first, and then make the call through the API URL address. This article provides a detailed analysis from the request process to parameter description. I believe readers have a more in-depth and comprehensive understanding of the API.

Guess you like

Origin blog.csdn.net/weixin_44591885/article/details/132845795
Recommended