create_product
Add a product to Billy with optional multi-currency pricing, revenue account, and tax ruleset. Returns the product ID.
Instructions
Create a product in Billy, optionally with per-currency unit prices. Returns the created product including its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| prices | No | Per-currency unit prices (embedded productPrices) | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| accountId | No | Revenue account to code sales to (defaults to organization default) | |
| productNo | No | Your own product number/SKU | |
| description | No | Default description for invoice lines using this product | |
| salesTaxRulesetId | No | Sales tax ruleset ID controlling VAT treatment |