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

Ключ

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

...

Goods search

RunBulkSearchItems - starts the process of searching for goods and collecting complete information, accepts standard search parameters (more about them can be read in Search (OT API) section), the main difference is that you can specify a value up to 10 000 into frameSize parameter, and returns background activity ID method.

The activity can be monitored by standard means or by the following method:

GetBulkSearchItemsResult - method for retrieving search results, accepts activity ID and getResult parameter. With getResult=false this method will simply return the current state of the process, therefore you can track its progress and expect completion. getResult=true method will return complete information about all collected goods.

...

Receiving goods from ID list

RunBulkItems - запуск процесса сбора полной информации о товарах, принимает список идентификаторов товаров, главное отличие это то что в параметр ids можно указать вплоть до 10 000 идентификаторов, и возвращает метод идентификатор фоновой активности.

Следить за активностью можно и стандартными средствами, а можно и следующим методом:

GetBulkItemsResult - метод получения результатов, принимает идентификатор активности и параметр getResult. При getResult=false метод просто вернет текущее состояние процесса, так что таким образом можно следить за его ходом и ожидать завершения. При getResult=true метод вернет полную информацию обо всех собранных товарах.

Если какие-то запрошенные товары отсутствуют в итоговом результате, значит их нет в нашей базе или они были удалены продавцами.

starts the process of collecting complete information about goods, accepts the list of goods identifiers. The main difference is that you can specify up to 10,000 identifiers in ids and returns the method of background activity identifier.

You can monitor activity by standard means or by the following method:

GetBulkItemsResult - method of obtaining results, accepts activity identifier and getResult parameter. With getResult=false the method will simply return the current state of the process, therefore you can track its progress and expect completion. With getResult=true the method will return complete information about all collected goods.

If some requested goods are missing in the final result, then they are not in our database or they have been removed by the sellers.