For AI agents: visit https://erplain.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Associated query | Returns multiple results |
|---|
| TotalTaxes | ✔️ |
| Label | Type | Notes | Null |
|---|
| amount | decimal(12,4) | The total tax amount | |
| id | integer | The total tax id | |
| tax | Tax | The tax used | |
query{
TotalTaxes{
edges{
node{
amount
id
tax{
id
}
}
}
}
}