Update product
Product
Update product
Update an existing product.
Access Control:
- Requires admin permissions with ManageProducts flag
Important Notes:
- Only provided fields will be updated
- Product ID cannot be changed
PUT
Update product
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the product
Required string length:
1 - 100Body
application/json
Name of the product
Required string length:
1 - 200Example:
"Premium Wireless Headphones"
URL to the product page
Example:
"https://example.com/products/premium-wireless-headphones"
Product status
Available options:
active, archived Example:
"active"
Product price (must be positive)
Required range:
x > 0Example:
149.99
ISO 4217 currency code (3 characters)
Required string length:
3Example:
"USD"
URL to the product thumbnail image
Example:
"https://example.com/images/headphones-new-thumb.jpg"
How the thumbnail should be displayed
Available options:
fit, fill Example:
"fill"