Request | Method | Example | Comment |
Get all categories | ℹ️ Our API does not allow to get all products in all categories at once. first we request the main (root) categories, then we separately request the subcategories of the second, third, ... level | ||
Get subcategorieslistin category | |||
Search by category (get products in category) | In xmlParameters specify category number (for example, otc-1): <SearchItemsParameters><CategoryId>otc-1</CategoryId></SearchItemsParameters> You can get category number in 2 ways: 1️⃣ via API using http://docs.otapi.net/en/Documentations/Method?name=BatchGetItemFullInfo method. In blockList parameter specify RootPath 2️⃣ via website (https://clip.otcommerce.com/files/40/48/category.jpg). in address bar the last digits are category number | ||
Get product info | Enter item ID in itemId (for Taobao without prefix. for other providers specify prefix) blockList - add Description if you need a photo, video and description of the product | ||
Get product SKU and configurations | |||
Get number of sold items | Find values: SalesInLast30Days TotalSales | ||
Search product by parameters (ID, word, phrase, seller and other) | All search parameters are in documentation | 1 provider: | |
framePosition - 0 (this is the beginning of the page)
frameSize - maximum 200. this is the number of products on the page. you can request a maximum of 200 products in one request
to request further, specify:
framePosition: 200 (this is the beginning of the page)
frameSize: 200 (for example)
to request further, specify:
framePosition: 400 (this is the beginning of the page)
frameSize: 200 (for example)