> For the complete documentation index, see [llms.txt](https://help.accentuate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.accentuate.io/metafield-definitions/create-a-metafield-definition/field-data-type/shopify-field-types/shopify-single-line-text.md).

# Shopify » Single line text

A Shopify Single line text works similar to the ACF type Text.\
\
There is no functional difference, but the Liquid code has a new syntax. Being a Shopify data type, that returns a [Metafield object](https://shopify.dev/api/liquid/objects/metafield), the *value* property returns the actual value:

```liquid
<h3>{{ product.metafields.accentuate.subtitle.value }}</h3>
```
