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

Loading, please wait...
Name
Value
Description
BatchItemFullInfoAnswer xml | json

Answer from OTAPI.

ErrorCodeenum

Error code

ErrorDescriptionStringError description
SubErrorCodexml | json

Additional error code

ErrorDescriptionTemplateStringTemplate of error descriptions with placeholders for arguments. No value if error has no additional code.
ErrorDescriptionArgumentsxml | json

List of arguments for error description. No value if error has no additional code.

RequestIdStringRequest id, used to send statistics by StoreRequestGroup method.
RequestTimeDoubleInternal work time of request in milliseconds.
RequestTimeStatisticStringDebug information about execution of request in text representation. No value if debug output is disabled.
HasTranslateErrorsboolean

Flag of errors in process of translating texts. If true, some of texts in response may not be translated. No value if there are no translation errors.

Resultxml | json

Result.

Itemxml | json

Item information

PromotionsErrorxml | json

Receiving Promotions block error. Value is empty if request doesn't include Promotions block

DeliveryCostsErrorxml | json

Vendorxml | json

VendorErrorxml | json

RootPathxml | json

RootPathErrorxml | json

VendorItemsxml | json

VendorItemsErrorxml | json

RecommendedItemsxml | json

RecommendedItemsErrorxml | json

ProviderReviewsxml | json

ProviderReviewsErrorxml | json

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"