# Create Product Legt ein abonnement-basiertes Produkt an. Endpoint: POST /projects/{project_id}/subscriptions/products Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Projekt-ID. ## Request fields (application/json): - `description` (object) Lokalisierte Beschreibungen des Gegenstands. - `description.ar` (string) Arabisch. - `description.bg` (string) Bulgarisch. - `description.cn` (string) Chinesisch (vereinfacht). - `description.cs` (string) Tschechisch. - `description.de` (string) Deutsch. - `description.en` (string) Englisch. - `description.es` (string) Spanisch. - `description.fr` (string) Französisch. - `description.he` (string) Hebräisch. - `description.it` (string) Italienisch. - `description.ja` (string) Japanisch. - `description.ko` (string) Koreanisch. - `description.pl` (string) Polnisch. - `description.pt` (string) Portugiesisch. - `description.ro` (string) Rumänisch. - `description.ru` (string) Russisch. - `description.th` (string) Thai. - `description.tr` (string) Türkisch. - `description.tw` (string) Chinesisch (traditionell). - `description.vi` (string) Vietnamesisch. - `group_id` (string, required) Gruppen-ID, mit der das Produkt verknüpft ist. - `name` (string, required) Produktbezeichnung. ## Response 201 fields (application/json): - `product_id` (integer)