-
-
Save shopifypartners/236a499524afe7edd1ee0b9b3d31eb36 to your computer and use it in GitHub Desktop.
8 Development Tips for Building Better Custom Shopify Sites - https://www.shopify.com/partners/blog/8-development-tips-for-building-better-custom-shopify-sites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.getJSON('/search?q=shirt&view=json', function(response) { | |
console.log(response) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment