Products
Update a Product
Make changes to a product. Any blank parameter deletes an old value, any unspecified parameter does nothing
patch/products/{id}
Path parameters
idstring required
The uberall unique ID for the product you want to update
Request body
Example request
{
"category": "Coffee",
"unit": "per kg"
}Response
Product successfully updated