# Create Product Creates a subscription-based product. Endpoint: POST /projects/{project_id}/subscriptions/products Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. ## Request fields (application/json): - `name` (string, required) Product name. - `group_id` (string, required) Group ID the product is linked to. - `description` (object) Localized item descriptions. - `description.en` (string) English. - `description.ru` (string) Russian. - `description.cs` (string) Czech. - `description.ar` (string) Arabic. - `description.bg` (string) Bulgarian. - `description.cn` (string) Chinese (Simplified). - `description.tw` (string) Chinese (Traditional). - `description.fr` (string) French. - `description.de` (string) German. - `description.he` (string) Hebrew. - `description.it` (string) Italian. - `description.ko` (string) Korean. - `description.pl` (string) Polish. - `description.pt` (string) Portuguese. - `description.ro` (string) Romanian. - `description.es` (string) Spanish. - `description.th` (string) Thai. - `description.tr` (string) Turkish. - `description.vi` (string) Vietnamese. - `description.ja` (string) Japanese. ## Response 201 fields (application/json): - `product_id` (integer)