Create product
numeral_create_productCREATES (or upserts) a product with its tax category — this WRITES to your Numeral product catalog, which drives future tax calculations. Numeral: POST /tax/products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_category | Yes | A tax category from Numeral's taxonomy, e.g. "GENERAL_MERCHANDISE", "SAAS_GENERAL". | |
| reference_product_id | Yes | Your product id (used to reference this product in calculations). | |
| reference_product_name | Yes | Human-readable product name. |