Create customer
numeral_create_customerCREATES a customer record — this WRITES to your Numeral customer list (used for order tracking and tax exemptions). Numeral: POST /tax/customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Customer name. | |
| Yes | Customer email (required). | ||
| is_tax_exempt | No | Whether this customer is tax exempt. | |
| reference_customer_id | No | Your own id for this customer (for reference-based lookups). |