Category: Item

Доступы к OTAPI:

IMAGES IMAGES IMAGES Method BatchGetItemFullInfo

Reception of the full information on the items, simultaneously with additional blocks

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.
itemParameters String (xml)
Parameters for item request:
itemId String
blockList String
List of additional blocks. Valid blocks: DeliveryCosts, Promotions, Vendor, RootPath, ProviderReviews, MostPopularVendorItems16, RecommendedItems, Description, OriginalDescription

Response

Argument Type Value
instanceKey String f867ebf2-219f-471a-81b8-078b434a1a78
language String en
sessionId String godMode
itemId String 623727848040
blockList String[] Vendor,Promotions

Type
Request
curl -X GET "http://otapi.net/service/BatchGetItemFullInfo?instanceKey=f867ebf2-219f-471a-81b8-078b434a1a78&language=en&sessionId=godMode&itemId=623727848040&blockList=Vendor%2CPromotions"
curl -X POST "http://otapi.net/service/BatchGetItemFullInfo" -H "Content-Type: application/x-www-form-urlencoded" -d "instanceKey=f867ebf2-219f-471a-81b8-078b434a1a78&language=en&sessionId=godMode&itemId=623727848040&blockList=Vendor%2CPromotions"