Skip to content

Instantly share code, notes, and snippets.

View arthurcruzd's full-sized avatar

Arthur Cruz arthurcruzd

  • StoreRaiser
View GitHub Profile
@arthurcruzd
arthurcruzd / menus-api.liquid
Created May 17, 2021 06:18 — forked from stvnrynlds/menus-api.liquid
Shopify LinkList API Workaround
{%- layout none -%}
{%- assign listParams = request.path | replace: page.url, "" | remove: "/" | split: '+' -%}
{% if listParams != empty %}
{
{% for param in listParams -%}
{%- assign getList = linklists[param] -%}
{%- if getList != empty %}
"{{ param }}": [{% for level1 in getList.links %}{
"id": "{{ level1.title | handle }}-{{ forloop.index0 }}",