Skip to content

Instantly share code, notes, and snippets.

View devdarren7's full-sized avatar

devdarren7

  • DevDarren
View GitHub Profile
@devdarren7
devdarren7 / shopify-theme-asset-create.js
Last active October 1, 2022 15:09
Node JS Shopify Theme Asset Create
const shopify = new Shopify({ shopName:shop, accessToken: resulFromDataBase.access_token ,apiVersion:'2021-10' });
shopify.theme.list({}).then(async (meta)=>{
meta.forEach(element => {
if (element.role ==='main'){
console.log(element.id);
themeid = element.id ;
// I need to tell Shopify which asset im looking for and the value