Home
en
ru
Category: Item
BatchGetItemFullInfo
BatchGetItemTotalCost
BatchGetSimplifiedItemConfigurationInfo
BatchGetSimplifiedItemFullInfo
BatchSearchItemsFrame
FindCategoryItemInfoListFrame
FindCategoryItemSimpleInfoListFrame
GetBulkItemsResult
GetBulkSearchItemsResult
GetCategoryItemInfoListFrame
GetCategoryItemSimpleInfoListFrame
GetItemDescription
GetItemFullInfo
GetItemFullInfoWithDeliveryCosts
GetItemFullInfoWithPromotions
GetItemInfo
GetItemInfoList
GetItemOriginalDescription
GetItemPrice
GetItemPromotions
GetItemPromotionsWithAttempts
GetItemTotalCost
GetTradeRateInfoListFrame
GetVendorItemInfoSortedListFrame
GetVendorItemSimpleInfoSortedListFrame
RunBulkItems
RunBulkSearchItems
SearchItemsFrame
Доступы к OTAPI:
Instance key:
Secret:
Method RunBulkSearchItems
Run of bulk item search by parameters
Test request
Argument
Type
Value
instanceKey
String
Key for working with OTAPI
language
String
language for requested data
signature
String
Signature to identify the request. Used only if the key has a secret. See details in
Signing OT API requests
.
timestamp
String
Timestamp for signature. Used only if the key has a secret. See details in
Signing OT API requests
.
sessionId
String
Buyer session identifier. See details in
Sessions in OT API
.
xmlParameters
String (xml)
Search parameters:
Structure
framePosition
Int32
Position of first requested element from the entire list. Numbering starts from 0, not 1. It isn't page number. If you want to get this value from page number, you need to multiply it by page size (frameSize parameter).
frameSize
Int32
Number of requested elements from the entire list. Minimum value is 1, maximum value depends on context. This term is equivalent to page size.
Request for format XML
Request for format JSON
Response