eBay Trading APIVersion 1349
 

BotBlockResponseType

This type is used by the BotBlock container that is returned in the PlaceOffer call response if eBay is requiring that the user supply an authentication token and URL in order for eBay to process the PlaceOffer call. The authentication token and URL values that are returned in the PlaceOffer call response are then passed in the BotBlock container of a subsequent PlaceOffer call.

Type that uses BotBlockResponseType:

Call that uses BotBlockResponseType:

Fields

BotBlockAudioUrl ( string ) [0..1]
This string value is a URL to an audio clip that eBay generates and returns in the PlaceOffer call response when eBay is requiring that the user supply an authentication token and URL in order for eBay to process the PlaceOffer call. As soon as a user gets a BotBlock container returned in the PlaceOffer call response, that user should grab the authentication token and this BotBlockAudioUrl and then run another PlaceOffer call, but this time using the BotBlock container and passing in the authentication token and this URL value in the BotBlockUserInput field.

Note: This field will generally only be returned for site-impaired users. If this field is not returned, but the BotBlockUrl field is returned instead, the BotBlockUrl value should be passed into the BotBlockUserInput field of the subsequent PlaceOffer call instead.
See the Field Index to learn which calls use BotBlockAudioUrl.

BotBlockToken ( string ) [0..1]
This string value is an encrypted token that eBay generates and returns in the BotBlock.BotBlockToken field of the PlaceOffer call response when eBay is requiring that the user supply an authentication token and URL in order for eBay to process the PlaceOffer call. As soon as a user gets a BotBlock container returned in the PlaceOffer call response, that user should grab the authentication token and the URL and then run another PlaceOffer call, but this time using the BotBlock container and passing in the authentication token and the URL values.
See the Field Index to learn which calls use BotBlockToken.

BotBlockUrl ( string ) [0..1]
This string value is a URL to an image that eBay generates and returns in the PlaceOffer call response when eBay is requiring that the user supply an authentication token and URL in order for eBay to process the PlaceOffer call. As soon as a user gets a BotBlock container returned in the PlaceOffer call response, that user should grab the authentication token and this BotBlockUrl and then run another PlaceOffer call, but this time using the BotBlock container and passing in the authentication token and this URL value in the BotBlockUserInput field. For site-impaired users, the BotBlockAudioUrl field might be returned instead, in which case, the BotBlockAudioUrl value should be passed into theBotBlockUserInput field instead.
See the Field Index to learn which calls use BotBlockUrl.