v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
products

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

parent_idinteger
namestring
is_activeboolean

Example request

{
  "parent_id": 1,
  "name": "Laptops",
  "is_active": true
}

Response

Created

idinteger
parent_idinteger
namestring
is_activeboolean
created_atinteger
updated_atinteger