Taobao and Tmall
Shop Product List
Retrieves products from a Taobao or Tmall shop by seller ID and shop ID with page-based pagination and configurable sorting, including a new-arrivals sort for discovering a shop's latest products. Use it to browse or monitor a known seller's catalog.
get/api/taobao/get-shop-item-list/v3
Query parameters
tokenstring required
Access token for this API service.
userIdstring required
Shop identifier. Also known as Seller ID or User ID (they refer to the same value).
shopIdstring required
Unique shop identifier on Taobao/Tmall (shop ID).
sort'comprehensive' | 'sales' | 'new' | 'favorites'
Sort order for shop product list V3
Sort order for the result set.
Available Values:
- comprehensive: Comprehensive sorting
- sales: Sort by sales volume
- new: Sort by new arrivals, newest first
- favorites: Sort by favorites
pageinteger
Page number for pagination.
Response
OK
Changes
Changed in 1 of the 12 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○