TaxJar for Craft Commerce
Version 3.1.0
April 29, 2026
Added
- The plugin now has a settings page in the control panel.
- The API Key and Sandbox Mode settings now support environment variables.
- Added a
Categoriesservice (Plugin::getInstance()->getCategories()) with async()method for syncing TaxJar categories into Craft Commerce. - Added
commerce-taxjar/categoriesandcommerce-taxjar/categories/syncconsole commands for listing and syncing TaxJar tax categories.
Fixed
- Fixed a 400 error from the TaxJar API when recalculating an order with no line items. (#34)
Changed
- The plugin's main class has been renamed from
craft\commerce\taxjar\TaxJartocraft\commerce\taxjar\Plugin. - Category sync now updates existing categories in addition to creating new ones.
Version 3.0.0
March 20, 2024
- TaxJar now requires Craft Commerce 5 or later.
Version 2.0.0
May 4, 2022
Added
- Added Commerce 4 compatibility.
Version 1.0.0
April 2, 2020
Added
- Initial release.