Creates a new product with optional image uploads.
This endpoint allows you to create products with detailed information and multiple images.
name: "Premium Widget"
description: "High-quality widget for all your needs"
price: "99.99"
images: [file1.jpg, file2.jpg] // Optional, up to 10 images
name
: Product nameprice
: Product price (decimal number)description
: Detailed product descriptionimages
: Product images (up to 10 files)Your secret API key. Keep this secure and never expose it in client-side code.
The product has been successfully created.