...
Field | Description | Required | Best Practice |
productId | The associated Product Id | YES | |
partId | The part Id associated to the product Id. | NO | |
url | The URL of the media location. Any valid URL can be returned including prefixes like http and ftp. | YES | |
mediaType | The type of media | YES | |
ClassTypeArray | An array of ClassType objects that classify of the media | YES | |
fileSize | The file size | NO | |
width | Width | NO | |
height | Height | NO | |
dpi | Dots per inch | NO | |
color | The color description | NO | |
DecorationArray | An array of decoration objects that describe the decorations associated with the media | NO | |
LocationArray | An array of location objects that describe the locations associated with the media | NO | |
description | Information about the media | NO | Don’t include product descriptions. Only describe the image. |
singlePart | Identifies whether the partId one to one corresponds with the image. (Use FALSE for group shots) | YES | |
changeTimeStamp | The date time since last change in UTC | NO |
...