Update a product in SiGREEN.
PUT {{baseUrl}}/products/:id
Replaces existing content with new data and updates the product details. Update will be full, not in part.
Request Body
{"name"=>"<string>", "family"=>"<string>", "identifiers"=>[{"idType"=>"<string>", "value"=>"<string>", "default"=>"<boolean>"}], "description"=>"<string>", "weight"=>"<string>", "quantity"=>"<string>", "unitType"=>"<string>", "factoryIds"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |