The ID of the Product to which the resource belongs.
Body
object | application/json
The model for a POST to create an image on a product.
product_idinteger
The unique numeric identifier for the product with which the image is associated.
image_urlstring
The URL for an image displayed on the storefront when the conditions are applied. Limit of 8MB per file.
Cannot be used with image_file.
<= 255 characters
is_thumbnailboolean
Flag for identifying whether the image is used as the productʼs thumbnail.
sort_orderinteger
The order in which the image will be displayed on the product page. Higher integers give the image a lower priority. When updating, if the image is given a lower priority, all images with a sort_order the same as or greater than the imageʼs new sort_order value will have their sort_orders reordered.
Min: -2147483648
Max: 2147483647
descriptionstring
The description for the image.
date_modifiedstring
The date on which the product image was modified.
Body
object | multipart/form-data
The model for a POST to create an image on a product.
product_idinteger
The unique numeric identifier for the product with which the image is associated.
date_modifiedstring
The date on which the product image was modified.
is_thumbnailboolean
Flag for identifying whether the image is used as the productʼs thumbnail.
sort_orderinteger
The order in which the image will be displayed on the product page. Higher integers give the image a lower priority. When updating, if the image is given a lower priority, all images with a sort_order the same as or greater than the imageʼs new sort_order value will have their sort_orders reordered.
Min: -2147483648
Max: 2147483647
descriptionstring
The description for the image.
image_filestring
The local path to the original image file uploaded to BigCommerce. Use image_url when creating a product.
Must be sent as a multipart/form-data field in the request body. Limit of 8 MB per file. Cannot be used with image_url.
example
Response
Success
Body
object | application/json
Response payload for the BigCommerce API.
data
One of:multipart/form-data
idinteger
The unique numeric ID of the image; increments sequentially.
product_idinteger
The unique numeric identifier for the product with which the image is associated.
url_zoomstring
read-only
The zoom URL for this image. By default, this is used as the zoom image on product pages when zoom images are enabled. You should provide an image smaller than 1280x1280; otherwise, the API returns a resized image.
url_standardstring
read-only
The standard URL for this image. By default, this is used for product-page images.
url_thumbnailstring
read-only
The thumbnail URL for this image. By default, this is the image size used on the category page and in side panels.
url_tinystring
read-only
The tiny URL for this image. By default, this is the image size used for thumbnails beneath the product image on a product page.
date_modifiedstring
The date on which the product image was modified.
is_thumbnailboolean
Flag for identifying whether the image is used as the productʼs thumbnail.
sort_orderinteger
The order in which the image will be displayed on the product page. Higher integers give the image a lower priority. When updating, if the image is given a lower priority, all images with a sort_order the same as or greater than the imageʼs new sort_order value will have their sort_orders reordered.
Min: -2147483648
Max: 2147483647
descriptionstring
The description for the image.
image_urlstring
Must be a fully qualified URL path, including protocol. Limit of 8MB per file.
The model for a POST or PUT to create or update an image on a product.
product_idinteger
The unique numeric identifier for the product with which the image is associated.
image_urlstring
The URL for an image displayed on the storefront when the conditions are applied. Limit of 8MB per file.
Cannot be used with image_file.
<= 255 characters
is_thumbnailboolean
Flag for identifying whether the image is used as the productʼs thumbnail.
sort_orderinteger
The order in which the image will be displayed on the product page. Higher integers give the image a lower priority. When updating, if the image is given a lower priority, all images with a sort_order the same as or greater than the imageʼs new sort_order value will have their sort_orders reordered.
Min: -2147483648
Max: 2147483647
descriptionstring
The description for the image.
date_modifiedstring
The date on which the product image was modified.
Body
object | multipart/form-data
The model for a POST or PUT to create or update an image on a product.
product_idinteger
The unique numeric identifier for the product with which the image is associated.
date_modifiedstring
The date on which the product image was modified.
is_thumbnailboolean
Flag for identifying whether the image is used as the productʼs thumbnail.
sort_orderinteger
The order in which the image will be displayed on the product page. Higher integers give the image a lower priority. When updating, if the image is given a lower priority, all images with a sort_order the same as or greater than the imageʼs new sort_order value will have their sort_orders reordered.
Min: -2147483648
Max: 2147483647
descriptionstring
The description for the image.
image_filestring
The local path to the original image file uploaded to BigCommerce. Use image_url when creating a product.
Must be sent as a multipart/form-data field in the request body. Limit of 8 MB per file. Cannot be used with image_url.
example
JSONcURLNode.jsPHPJava
Response
200201400404422
Success
Body
object | application/json
Response payload for the BigCommerce API.
data
One of:application/jsonmultipart/form-data
idinteger
The unique numeric ID of the image; increments sequentially.
product_idinteger
The unique numeric identifier for the product with which the image is associated.
url_zoomstring
read-only
The zoom URL for this image. By default, this is used as the zoom image on product pages when zoom images are enabled. You should provide an image smaller than 1280x1280; otherwise, the API returns a resized image.
url_standardstring
read-only
The standard URL for this image. By default, this is used for product-page images.
url_thumbnailstring
read-only
The thumbnail URL for this image. By default, this is the image size used on the category page and in side panels.
url_tinystring
read-only
The tiny URL for this image. By default, this is the image size used for thumbnails beneath the product image on a product page.
date_modifiedstring
The date on which the product image was modified.
is_thumbnailboolean
Flag for identifying whether the image is used as the productʼs thumbnail.
sort_orderinteger
The order in which the image will be displayed on the product page. Higher integers give the image a lower priority. When updating, if the image is given a lower priority, all images with a sort_order the same as or greater than the imageʼs new sort_order value will have their sort_orders reordered.
Min: -2147483648
Max: 2147483647
descriptionstring
The description for the image.
image_urlstring
Must be a fully qualified URL path, including protocol. Limit of 8MB per file.