calculation object contains tax rate information. A calculation also includes a calculation_id that you’ll use to record a transaction for filing.
When to create Calculations
Calculations should be used any time you need to calculate sales tax before charging a customer for a transaction. Most e-commerce clients will submit aPOST to /tax/calculations during their checkout flow after the end customer has submitted their address, but before collecting payment.

How to create Calculations
Calculation Request
Calculation Request
Sample Response
Sample Response
total_tax_amount to identify what to charge a user, but you will always have the details as you need them.
Request Parameters
Customer Object
Order Details
fallback_product_category(string, optional): If you pass areference_product_idthat does not exist in Numeral, the calculation falls back to this product category instead of returning a 400. Must be a valid product category from the Numeral taxonomy. If thereference_product_idis found, its stored category takes precedence.