# Créer une catégorie de produit **POST /product-category** Crée une nouvelle catégorie pour organiser les produits. **Champs requis:** - `name` : Nom de la catégorie **Événement déclenché:** CREATE_PRODUCT_CATEGORY ## Servers - Version 2 of the API: https://wuro.pro/api/v3.2 (Version 2 of the API) ## Authentication methods - App id auth & App secret auth ## Parameters ### Body: application/json (object) - **name** (string) Nom de la catégorie - **company** (string) ID de l'entreprise (optionnel, défaut = entreprise courante) ## Responses ### 201 Catégorie créée avec succès #### Body: application/json (object) - **_id** (string) - **name** (string) - **company** (string) - **state** (string) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) ### 400 Requête invalide - Nom manquant [Powered by Bump.sh](https://bump.sh)