{"title":"Tax - Liquid Object Reference","slug":"tax-liquid-object-reference","url":"https://support.storeconnect.com/articles/tax-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/tax-liquid-object-reference.md","subtitle":null,"summary":"The Tax object contains information about a Tax.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Tax, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Tax object contains information about a Tax.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `effective_from` | Timestamp | Returns the date this Tax is effective from |\n| `effective_to` | Timestamp | Returns the date this Tax is effective to |\n| `id` | String | Returns the unique id of the Tax |\n| `name` | String | Returns the name of the Tax |\n| `rate` | Number | Returns the rate of the Tax |\n| `zone` | [Zone](zone-liquid-object-reference) | Returns the Zone that this Tax applies to |\n\n## Available on\n\n- [Cart - Liquid Object Reference](cart-liquid-object-reference) — `taxes`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `taxes`"}