Images can be used in a variety of use cases
An image can be created or updated from a URL by defining the upload_source_url
parameter. Once created the ID
of an image or of multiple images can be set on a Product
by defining the image_ids
parameter as an
array of image IDs.
Limitations and Constraints
Images have a file size limit of 10MB and a dimension size limit of 10,000 x 10,000 pixels. Image file types currently supported include:
File Extension | File Type |
---|---|
jpeg | Image |
png | Image |
webp | Image |
x-icon | Image |
vnd.microsoft.icon | Image |
svg+xml | Text |
gif | Text |
Once uploaded, an image will return the following files and sizes
File Description | Width | Height |
---|---|---|
Thumbnail | 80 | 52 |
Small | 300 | 300 |
Medium | 600 | 600 |
Large | 800 | 800 |
X-Large | 2000 | 2000 |