Loading...
Update some properties of a product.
Json representation of the product
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{id}', { method: 'PUT', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "shortDescription": "text", "longDescription": "text", "website": "text", "icon": "text", "status": "text" }