we added a tax rate per item level during quote creation
quote shows tax on per item and then shows total tax after
we get quote with association line_items, taxes, discounts, fees
quote do not show any information regarding the tax added in item line
we get the item line and item line object response do not contain the tax amount aswell(note, amount and price has the same value)
anyone have a success getting the tax for quote?
One possible solution is to check if the API provides the tax data elsewhere, such as in a separate section or object related to fees or adjustments. If that’s not the case, you might consider creating custom properties for tax at the item level, ensuring that tax details are captured and retrievable via the API. Additionally, reviewing how associations between line items, taxes, and the quote are handled could help uncover missing data.