Get Product
Get a single product by ID.
GEThttps://api.platform.softwareone.com/public/v1/products/{id}
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{id}', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"id": "text",
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"website": "text",
"icon": "text",
"status": "text"
}