Create a new product in your organization.
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.
Product created successfully
The response is of type object
.