Create a new product in your organization.
Creates a new product record with the given details. Authorization: Requires Bearer tokenDocumentation Index
Fetch the complete documentation index at: https://docs.antei.com/llms.txt
Use this file to discover all available pages before exploring further.
https://api.antei.com
name (required) – Name of the productcategory (optional) – Product categorypricing_amount (required) – Price of the productcurrency (required) – Currency code (e.g., USD, EUR, INR)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.