calculation
endpoint differently.
If you categorize and register your products with Numeral, the line items you pass in will include a reference_product_id.
We’ll use this product’s pre-registered category to ensure we return the correct amount of tax.
product_category
with each line item. If you use this approach, we’ll use the category you give us to calculate the correct tax amount.
calculation
API call as a reference_product_id
.
Additionally, we’ll include the product’s details (like the product name, category and ID) on your filing reports, so you can more easily tie back these line items to the sales in your system.
When you introduce a new product, you’ll need to remember to upload it to Numeral before you begin selling it. If you pass in a reference_product_id
we don’t recognize to the calculations
endpoint, we will throw an error.
calculations
endpoint without registering the product with Numeral ahead of time.
This does mean that you’ll want to store the Numeral tax category with each product in your system so you can pass in the correct category. However, if you only sell one product or one category of product, you can just pass this category in with every calculation
.
This approach also means you won’t need to register new products with Numeral before beginning sales, but you’ll need to ensure you categorize them appropriately in your system.