Taobao and Tmall
Shop Product List
Retrieves products from a Taobao or Tmall shop using both seller or user ID and shop ID, with page-based pagination and configurable sorting. Use it to browse a known shop catalog.
get/api/taobao/get-shop-item-list/v2
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'coefp' | 'hotsell' | 'oldstarts' | 'bid' | '_bid'
Sort types for product list (V5.0)
Sort order for the result set.
Available Values:
- coefp: Comprehensive sorting
- hotsell: Hot selling / Sales volume
- oldstarts: New arrivals / Old starts
- bid: Price: Low to High
- _bid: Price: High to Low
pageinteger
Page number for pagination.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.