Updates an existing product’s information and optionally adds new images.
This endpoint allows you to modify product details and manage product images.
name: "Updated Premium Widget"
description: "Updated description"
price: "129.99"
images: [file1.jpg, file2.jpg] // Optional, up to 10 images
Your secret API key. Keep this secure and never expose it in client-side code.
Product ID
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 updated.