InventoryBrands
Update an Inventory Brand
This endpoint updates an inventory brand for the given organisation.
put/inventory/brands/{brandId}
Request body
Example request
{
"name": "L'Oréal"
}Response
The inventory brand was successfully retrieved
Example response
{
"data": {
"name": "L'Oréal"
}
}