fetch('https://ivanturnovski.myshopify.com/collections/frontpage?view=json').then(response => response.json()).then(data => console.log(data));
Preview collection that don't use collection.json.liquid template:
/collections/featured?view=json
fetch('https://ivanturnovski.myshopify.com/collections/frontpage?view=json').then(response => response.json()).then(data => console.log(data));
Preview collection that don't use collection.json.liquid template:
/collections/featured?view=json
0 comments