Product Images
Attach Image by SKU
POST/products/sku/{sku}/images
This endpoint allows you to attach an image by passing the sku as a path parameter.
:::check[Note]Make sure that you upload a file of image format by...
Attach Video by SKU
POST/products/sku/{sku}/videos
This endpoint allows you to attache a video by passing the sku as a path parameter.
`products.read_write`- Products Read & Write
Attach Youtube Video
POST/products/{product}/video
This endpoint allows you to add unlimited videos to a specific product by passing the product as a path parameter.
:::caution[Alert]
Videos must be ...
Attach Image
POST/products/{product}/images
This endpoint allows you to add up to 10 images to a specific product by passing the product as a path parameter.
:::tip[Note]
You can only send one...
Update Image
POST/products/images/{image-id}
This endpoint allows you to update a specific product's image by passing the image_id as a path parameter. The updating of the image can be done e...
Delete Image
DELETE/products/images/{image}
This endpoint allows you to delete a specific image by passing the image as a path parameter.
:::info[Information]You can get image ID from the Produ...