InventoryBrands
Create an Inventory Brand
This endpoint creates an inventory brand for the given organisation.
post/inventory/brands
Request body
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.