Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

ExamplexmlParameters valueTest requestComment
20 items of Taobao provider
Блок кода
languagexml
firstline1
linenumberstrue
collapsetrue
<SearchItemsParameters>
<Provider>Taobao</Provider>
<CategoryId>0</CategoryId>
</SearchItemsParameters>
 Documentation exampleMethod requires at least one of parameter (CategoryId, VendorName, VendorId, ItemTitle, BrandId, Configurators). Get RootCategoryId from GetProviderInfo and pass it to CategoryId (for provider's root category search).
Follow the link to set up search's items count (and other parameters)
20 items of Alibaba1688 provider by 'Storage' search method 
Блок кода
languagexml
firstline1
linenumberstrue
collapsetrue
<SearchItemsParameters>
<Provider>Alibaba1688</Provider>
<CategoryId>abb-0</CategoryId>
<SearchMethod>Storage</SearchMethod>
</SearchItemsParameters> 
Documentation example Search method is selected automatic (by instance key settings and search parameters) by default.
Sometimes search method must be explicit. For example, search by reviews.
Подробнее про способы поиска.
T-shirts search with system's optimal requested items count/number/batch (page size) 
Блок кода
firstline1
linenumberstrue
collapsetrue
<SearchItemsParameters>
<ItemTitle>футболка</ItemTitle>
<UseOptimalFrameSize>true</UseOptimalFrameSize>
</SearchItemsParameters>
Documentation example You can find more details about search with system's optimal requested items count/number/batch (page size) in paragraph "Goods quantity limitations". Pass any positive number into frameSize.
Sort 20 items of Taobao provider by descending price  More details about available sorts
20 items of Taobao provider sorted by descending reviews count  Available with "Reviews" module only. More details about available sorts.
Search t-shirts by descending sales count  More details about available sorts.
Search by internal category identifier otc-4   
Search by Taobao provider's category identifier 50000671   
Search by Alibaba1688 provider's category identifier   
Searching for the first 100 items for "red t-shirt" query   
Search in original language: 红色T恤   
Search in russian language - "red t-shirt"   
Search in english language — red t-shirt   
Search in english by phrase (without translation on chinese): 3D Vision   
Search by article: 583346884671   
Search by link from Alibaba1688   
Search by vendor: maxmartin玛玛绨旗舰店  Value of VendorId (vendor identifier) can be found in any item's information.
Search t-shirts by minimal vendor's rating 19   
Search by brand's name: vero moda  Brand identifier (BrandId) can be found in any item of this brand. For example, by BatchGetItemFullInfo method. You can find any item of selected brand by using demo-site search.
Search by brand from administration panel (internal brand) - documentation example.
Search brand by SearchOriginalBrandsFrame (administrator's method): pass brand name into 'name', sessionId from AuthenticateInstanceOperator method.
Search t-shirts by price interval: from 10 to 40 yuan  В выборку попадают товары со скидочной ценой (PromotionPrice). Валюта (если не передана в явном виде) берётся из витрины (первая валюта) и конвертируется.
Search t-shirt by USD equivalent price not exceed 3  Get currency code (CurrencyCode) by using GetCurrencyInstanceList or GetInstanceCurrencyInfoList methods.
Search t-shirt with minimal sales count of 50   
Search t-shirt with minimal first lot 5  Alibaba1688 only.
Search t-shirt with maximal first lot 1 (equals to retail order)   
Search t-shirts by condition (new)  Actualy we have 2 conditions right now: 'new' and 'used'.
New: new
Second: used
Search by attribute: red coloured XL size t-shirt  Search attributes for selected item by using BatchGetItemFullInfo (example's item - id 646674173023) (<Attributes> )
<ItemAttribute Pid="20509" Vid="28317"> (for XL size)
<ItemAttribute Pid="1627207" Vid="13535612018"> (for "red" colour)
With additional information block 'SearchProperties' pass (more details about additional information blocks)
Search t-shirts with discount  List of available features can get from documentation's paragraph #2.
Search t-shirts in stock   
Search TMall t-shirts   
Search items with reviews after purchase in "dress" category  Available with "Reviews" module only.
Search by image  
Can search by image URL or by uploaded through API file: more details about search by image.

...