📄 MIPYME Documents
Creates a new product category
POST
URL del endpoint
https://api-billing.koywe.com/V1/product_categories
Creates a new product category with the given details.
Parámetros
Sin parámetros.
Cuerpo de la solicitud — campos
| Campo | Tipo | Obligatoriedad | Descripción |
|---|---|---|---|
name | string | Siempre obligatorio | Name of the product category. |
parent_product_category_id | integer | Opcional | Identifier of the parent category. null if there is no parent category. |
Ejemplo JSON del cuerpo
{
"name": "string",
"parent_product_category_id": 0
}
Respuestas
200
Product category created successfully.