Merchant quick start
Get started with the basics in minutes.
- 1Install MenuFields
- 2Enable the app embed
- 3Sync menus
- 4Add a badge or icon
- 5Preview and publish
Learn how to sync menus, add appearance customisations, create structured definitions and access published menu data in Liquid.
Get started with the basics in minutes.
Build structured navigation with custom definitions.
Install, configure and publish your first customisation.
Badges, icons, colours and link highlighting.
Structured data fields for navigation.
Access menu data in your theme templates.
Free and Growth plan features.
Common issues and solutions.
Liquid Snippet
Metafields v2
{% assign menu_data = shop.metafields.menu_fields.structured.value %}
{% for item in linklists.main-menu.links %}
<a href="{{ item.url }}">
{{ item.title }}
</a>
{% endfor %}Basic navigation loop — see the Liquid reference for complete examples.
Menu changes only appear on your storefront after publishing.
Use the live preview to check customisations before publishing.
Changing your active theme may reset menu mappings.
Unlimited definitions are available on the Growth plan.
Browse FAQs or reach out to support for setup and integration guidance.