Upload images for a product
Products
Upload images for a product
Adds new images to an existing product.
This endpoint allows you to upload additional images for a product that already exists.
Use Cases
- Add more product images
- Update product gallery
- Enhance product presentation
Supported Image Formats
- JPEG/JPG
- PNG
- WebP
- Maximum 10 images per upload
- Maximum file size: 5MB per image
Example Request (multipart/form-data)
images: [file1.jpg, file2.jpg] // Up to 10 images
Notes
- Images are appended to existing product images
- Total images per product cannot exceed 10
- Images are automatically optimized and resized
POST
Upload images for a product
