Taxes (mainly VAT) should be handled properly. As pricing and tax data is almost never supplied by the buyer on incoming orders, you need to resolve the correct tax rate that applies to the specific document from the ERP system.
Each line item of an invoice contains the following information, detailing tax percentage, amount, and a description of why the tax was applied.
This is how an item that is tax free is represented:
tax
attribute provided in the payload. You will need to determine this tax rate, amount, and description from the ERP system.Taxes (mainly VAT) should be handled properly. As pricing and tax data is almost never supplied by the buyer on incoming orders, you need to resolve the correct tax rate that applies to the specific document from the ERP system.
Each line item of an invoice contains the following information, detailing tax percentage, amount, and a description of why the tax was applied.
This is how an item that is tax free is represented:
tax
attribute provided in the payload. You will need to determine this tax rate, amount, and description from the ERP system.