{"title":"Surcharge - Liquid Object Reference","slug":"surcharge-liquid-object-reference","url":"https://support.storeconnect.com/articles/surcharge-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/surcharge-liquid-object-reference.md","subtitle":null,"summary":"A Surcharge represents a single item in the Cart or Order.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Surcharge, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nA Surcharge represents a single item in the Cart or Order.\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `identifier` | String | Returns the unique identifier for this Surcharge |\n| `name` | String | Returns the name of this Surcharge |\n| `price` | Number | Returns the calculated price for this Surcharge |\n| `product` | [Product](product-liquid-object-reference) | Returns the Product associated with this Surcharge |\n| `tax` | Number | Returns the calculated tax for this Surcharge |\n\n## Available on\n\n- [Cart - Liquid Object Reference](cart-liquid-object-reference) — `payment_surcharge_values`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `payment_surcharge_values`"}