Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

We are introducing sections liquid tag and section groups

Themes

Action required

You can now create section groups in your theme’s layout. Section groups are JSON containers that allow merchants to add, remove, and reorder sections in areas of the layout file such as the header and footer.

To include a section group in a layout file, add the section group to the sections directory of your theme, then add a {% sections '<filename>' %} Liquid tag that references your new sections file to the layout file where you want it to be rendered.

To learn more, refer to section groups.