eBay Trading APIVersion 1349
 

MessageMediaType

Container for the image file that is to be sent in a message, which lets sellers share photos in messages using the API. The photo must be uploaded by the seller or buyer to EPS (eBay Picture Services) using a separate API call or the web flow. After the image is on the eBay server, you can use AddMemberMessage calls to pass the URL of the image in a message. The uploaded images will be available as part of the email as a thumbnail image. Clicking on the thumbnail, opens a larger version of the image in a filmstrip. The image name will be displayed on the title of the filmstrip component. These uploaded images will also be returned as MessageMediaType arrays in the GetMemberMessages and GetMyMessages API response. It doesn't matter if an image was uploaded using the web flow or using the API, it can be accessed using either the web flow or the API and web.

Types that use MessageMediaType:

Calls that use MessageMediaType:

Fields

MediaName ( string ) [0..1]
The name of the image. This will be displayed on the flimstrip.
See the Field Index to learn which calls use MediaName.

MediaURL ( anyURI ) [0..1]
URL of an image to be included in a message. The image must be uploaded to EPS (eBay Picture Services) using a separate API call or the web flow. This URL will be validated and if it doesn't exist, the request will fail.
See the Field Index to learn which calls use MediaURL.