InventoryCategories
Create an Inventory Category
This endpoint creates an inventory category for the given organisation.
post/inventory/categories
Request body
Example request
{
"name": "Massage oils"
}Response
The inventory category was successfully retrieved
Example response
{
"data": {
"name": "Massage oils"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.