Products
Update a Product using identifier
Make changes to a product, always use ?identifier= in url param to identify the product uniquely Any blank parameter deletes an old value, any unspecified parameter does nothing
patch/products
Request body
Example request
{
"category": "Coffee",
"unit": "per kg"
}Response
Product successfully updated