Skip to content
  • There are no suggestions because the search field is empty.

Create Product Category

Creates new product category

post-api/categories/products/create

https://api.oauth.pabau.com/{api_key}/categories/products/create

 

Request

 

 

Response sample

application/json

 

{
"status": true,
"category_id": {category_id},
"message": "Product category created successfully!"
}