Do we support custom formatting with liquid code in the Matching Column Field?
Yes, Stock Sync supports Liquid formatting in the Matching Column Field for customize the look of content using Shopify's Liquid template language.
To use Liquid syntax, you'll need to contact the executive to enable the feature on your account.
You can create dynamic mappings by combining Shopify product attributes with data from your feed file.

You can create dynamic date and time formatting in metafield (custom data) with your feed file data. Learn more about the dynamic value.

To use Liquid syntax, you'll need to contact the executive to enable the feature on your account.
You can create dynamic mappings by combining Shopify product attributes with data from your feed file.
Shopify ID: {{product.id}} - Description: {{data[2]}}

You can create dynamic date and time formatting in metafield (custom data) with your feed file data. Learn more about the dynamic value.
{{ data[2] | add_day_to_date: “%d.%m.%y %H:%M”, data[1] }}

Updated on: 17/04/2025
Thank you!