Skip to content

Instantly share code, notes, and snippets.

@UsedRadiosDevelopers
Last active June 20, 2017 22:01
Show Gist options
  • Save UsedRadiosDevelopers/55de641b1fe2ce1251f9a0679ca27fe0 to your computer and use it in GitHub Desktop.
Save UsedRadiosDevelopers/55de641b1fe2ce1251f9a0679ca27fe0 to your computer and use it in GitHub Desktop.
making a shopify app

#Building a Embedded Shopify App

Used API References

visit https://help.shopify.com/api/reference/asset get:

Key Value
source_key The source key copies an asset.
(e.g layout/theme.liquid)
theme_id A unique numeric identifier for the theme.
(e.g 123234)
@UsedRadiosDevelopers
Copy link
Author

#Building a Embedded Shopify App

Used API References

1) Assets

Permission: get_assets

Key Value
source_key The source key copies an asset.
(e.g layout/theme.liquid)
theme_id A unique numeric identifier for the theme.
(e.g 123234)

visit https://help.shopify.com/api/reference/asset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment