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.
Product name as it will appear to customers. Should be clear and descriptive.
1 - 200"Premium Software License"
Detailed description of the product. Supports markdown formatting for rich text display.
2000"Annual license for our premium software suite with advanced features, priority support, and regular updates."
Product price in the specified currency. Must be greater than 0.
x >= 0.01299.99
Currency code for the price. Defaults to USD if not specified.
USD, EUR, GBP, CAD, AUD, JPY "USD"
Product type
"DIGITAL"
Weight of the product
Unit of measurement
Quantity available
Stock count
Product status
"ACTIVE"
Product type
"PRODUCT"
Array of image URLs
The product has been successfully created.