InventoryBrands

Update an Inventory Brand

This endpoint updates an inventory brand for the given organisation.

put/inventory/brands/{brandId}

Request body

namestring

Human-readable name of the inventory brand, shown in the inventory admin UI and on supplier order forms. Trimmed; must be 1-120 characters and not contain HTML.

Example request

{
  "name": "L'Oréal"
}

Response

The inventory brand was successfully retrieved

Example response

{
  "data": {
    "name": "L'Oréal"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.