The tax module computes taxes at checkout based on the shipping address, the cart contents, and your nexus configuration. It ships with a built-in jurisdiction backend that handles common cases and adapters for TaxJar and Avalara when you need authoritative real-time rates. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/tax · npm: @86d-app/tax
Installation
Configuration
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/tax/nexus | List jurisdictions where you collect tax |
POST | /admin/tax/nexus | Add a nexus |
POST | /admin/tax/calculate | Test calculation for an address |

