eBay Trading APIVersion 1357
 

ExtendSiteHostedPicturesRequestType ( AbstractRequestType )

By default, unpublished pictures uploaded to eBay Picture Services (EPS) via the UploadSiteHostedPictures call will be kept on the server for five days before being purged. The ExtendSiteHostedPictures call is used to extend this expiration date by the number of days specified in the call. This restricted call gives approved sellers the ability to extend the default expiration date of pictures uploaded to EPS but not immediately published in an eBay listing.

Call that uses ExtendSiteHostedPicturesRequestType:

Fields

ExtensionInDays ( int ) [0..1]
The number of days by which to extend the expiration date for the specified image.
See the Field Index to learn which calls use ExtensionInDays.

PictureURL ( anyURI ) [0..*]
The URL of the image hosted by eBay Picture Services. This URL is returned in the SiteHostedPictureDetails.FullURL field of the UploadSiteHostedPictures response.
See the Field Index to learn which calls use PictureURL.