InventoryBrands

Show an Inventory Brand

This endpoint retrieves an inventory brand for the given organisation.

get/inventory/brands/{brandId}

Response

The inventory brand was successfully retrieved

Example response

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

Changes