v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBproducts
Create product category
Creates a new product category. Set parent_id to nest it under an existing category.
post/crm/v1/static/product-categories
Request body
Example request
{
"parent_id": 1,
"name": "Laptops",
"is_active": true
}Response
Created