netlicensing_create_product
Create a new product in NetLicensing by defining its number, name, version, and licensing parameters to manage software distribution.
Instructions
Create a new product.
Args: number: Unique product number (e.g. 'P001') name: Human-readable product name version: Product version string active: Whether the product is active description: Optional product description licensing_info: Optional licensing information displayed in the shop licensee_auto_create: Auto-create licensees on first validation attempt vat_mode: GROSS or NET (leave empty to use account default) licensee_secret_mode: DISABLED, PREDEFINED, or CLIENT (leave empty for default)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | ||
| name | Yes | ||
| version | No | 1.0 | |
| active | No | ||
| description | No | ||
| licensing_info | No | ||
| licensee_auto_create | No | ||
| vat_mode | No | ||
| licensee_secret_mode | No |