TypeTable
OrderTaxgdata_order_tax

The applicable tax list for an order outlines all the tax charges applied to the total payment. This may include taxes like Value Added Tax (VAT), sales tax, or others taxes based on local regulations and the nature of the items ordered.

Column NameData TypeDescription
idvarchar(255) NOT NULLUnique identifier for the tax entry.
tagsvarchar(255)Additional tags or labels for the tax entry.
amountfloat8 NOT NULLThe total amount of tax applied.
namevarchar(255)Name or description of the tax (e.g., VAT, GST).
ratefloat8 NOT NULLRate at which the tax is applied (expressed as a percentage, e.g., 10.0 for 10%).
taxidvarchar(255)An external or internal identifier for the tax type, which can be used for integrations or reference(associated to the master tax).
taxableamountfloat8 NOT NULLThe total amount on which the tax is calculated.
order_idvarchar(255)Reference to the unique identifier for the order this tax entry is associated with.