Bulk update product images and videos
Last updated
Was this helpful?
Last updated
Was this helpful?
PUT
https://app.ecwid.com/api/v3/{storeId}/products/{productId}/media
Your app must have the following access scopes to make this request: update_catalog
All path params are required.
storeId
number
Ecwid store ID.
productId
number
Internal product ID.
A JSON object with the following fields:
mainMedia
object mainMedia
Link to the main product image or video.
Empty or null
value commits no changes.
galleryMedia
array of objects galleryMedia
List of links to product gallery images and videos. If both lists are empty the gallery will be deleted.
videoUrl
imageUrl
Link to the main product video. Overrides current main product image/video. If missing, the main product video will be deleted.
imageUrl
imageUrl
Link to the main product image. Overrides current main product image/video. If missing, the main product image will be deleted.
videoUrl
imageUrl
Link to the gallery product video.
galleryMedia
array overrides current gallery of product images and videos.
If galleryMedia
is missing, all gallery product images and videos will be deleted.
imageUrl
imageUrl
Link to the gallery product image.
galleryMedia
array overrides current gallery of product images and videos.
If galleryMedia
is missing, all gallery product images and videos will be deleted.