eBay Trading APIVersion 1349
 

PictureSetCodeType ( token )

Specifies whether to generate the 'standard' set of images for each picture or to also generate a super-sized image.

Note: This type is used only for images that will be used in a listing.

Types that use PictureSetCodeType:

Call that uses one or more values of PictureSetCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal use only.
Standard Indicates to generate the "Standard" set of images, which is a set of 7 images of various sizes, for each ExternalPictureURL submitted in the request. This is the default. Note: This field is used only for images that will be used in a listing.
Supersize Indicates to generate the "Standard" set plus a super-sized image for each ExternalPictureURL submitted in the request. In order to include the super-sized image in the Add Item calls, you must also specify Item.PictureDetails.PhotoDisplay.Supersize or Item.PictureDetails.PhotoDisplay.PicturePack. Note: This field is used only for images that will be used in a listing.
  * See the Enumeration Index to see exact use of each enumeration value in the API.