ProductImages
Columns
Name
Type
ReadOnly
Description
Id [KEY]
Integer
False
The Id of the image.
ProductId [KEY]
Integer
False
The Id of the corresponding product.
ImageFile
String
False
The local path to the original image file uploaded to BigCommerce.
StandardUrl
String
False
Standard Image URL for the product.
ThumbnailUrl
String
False
The thumbnail URL for this image. By default, this is the image size used on the category page and in side panels.
IsThumbnail
Boolean
False
Flag for identifying whether the image is used as the product's thumbnail.
SortOrder
Integer
False
The order in which the image will be displayed on the product page.
Description
String
False
The description for the image.
DateModified
Datetime
True
The last modification date of the image.
Pseudo-Columns
Pseudo column fields are used to enable the user to INSERT Fields that are non-readable but required during creation of new records.
Name
Type
Description
ImageUrl
String
The local path to the original image file to be uploaded to BigCommerce.
Last updated