Calculate Sales Tax For An Order
Tool to calculate sales tax for an order. Use when you need an accurate tax calculation including nexus addresses, line items, shipping, and exemptions.
21 tools available
TaxJar provides a comprehensive sales tax API for real-time tax calculations, reporting, and filing.
Tool to calculate sales tax for an order. Use when you need an accurate tax calculation including nexus addresses, line items, shipping, and exemptions.
Tool to create a new customer with exemption information. Use when you need to add a customer to your TaxJar account for tax exemption management.
Creates a new order transaction in TaxJar for sales tax reporting and compliance. This action records order transactions that will appear in the TaxJar dashboard for tax filing purposes. The transaction includes customer location, order amounts, shipping costs, and sales tax collected. Important: The 'amount' field must include shipping but exclude sales tax. If line_items are provided, their sum (quantity * unit_price - discount) must equal amount minus shipping.
Tool to create a new refund transaction. Use after confirming refund details.
Tool to delete an existing customer. Use when you need to remove a previously created customer by its ID. Example: "Delete customer cust_12345".
Tool to delete an existing order transaction. Use when you need to remove a previously created order transaction by its ID. Example: "Delete transaction abc123".
Tool to delete an existing refund transaction. Use when you need to remove a previously created refund transaction by its ID. Example: "Delete refund 243345".
Lists all customer IDs from your TaxJar account. Returns a paginated list of customer IDs (strings). To get full details for a specific customer (including name, address, exemption type, etc.), use the customer ID with the 'Show Customer' action. Use this action to: - Browse all customers in your TaxJar account - Find customer IDs for further operations - Check which customers have been created
Tool to list existing nexus regions for an account. Use after authenticating your account to discover where you have nexus for sales tax purposes.
List order transaction IDs within a date range. Returns an array of transaction IDs (strings) for orders created between the specified dates. Use this to discover which orders exist in a date range, then use SHOW_ORDER_TRANSACTION to get details for specific IDs.
Lists refund transaction IDs within a specified date range. Returns an array of transaction IDs only. To get detailed information about a specific refund, use the 'Show refund transaction' action with the ID. Useful for finding refunds created through the TaxJar API within a specific time period.
Tool to list all product tax categories and their codes. Use when you need to discover available tax categories before assigning them to products.
Tool to show an existing customer. Use when you need to retrieve details of a specific customer via TaxJar API.
Tool to show an existing order transaction by ID. Use when you need to retrieve full details of a specific order transaction after creation or listing.
Retrieves detailed information about a specific refund transaction from TaxJar. Use this tool when you need to: - View complete details of a refund transaction including amounts, addresses, and line items - Verify refund transaction data that was previously created - Audit refund information for tax reporting purposes Requires a valid transaction_id that was previously created through TaxJar's API.
Tool to show sales tax rates for a location. Use when you need to retrieve sales tax rates for a specific ZIP code with optional address details (city, state, country, street).
Tool to retrieve minimum and average sales tax rates by region. Use when you need a backup of regional tax summary rates.
Tool to update an existing customer in TaxJar. Use when you need to modify customer details such as exemption type, name, or address information.
Tool to update an existing order transaction. Use when adjusting order details such as amount, shipping, or line items after creation.
Tool to update an existing refund transaction. Use when adjusting refund details such as amount, shipping, or line items after creation.
Validates EU VAT identification numbers against the VIES (VAT Information Exchange System) database. Use this tool to: - Verify VAT number format and validity - Check if a VAT number is registered and active in the EU - Retrieve associated company name and address when available - Confirm tax-exempt eligibility before processing transactions The validation queries the European VIES database when available, returning company details for valid registrations. When VIES is unavailable, it falls back to format-based validation using regex patterns.
Wire it up in minutes. No coding required.