Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sarachisholm/1a141bd9403b2b614e284c95f5204566 to your computer and use it in GitHub Desktop.
Save sarachisholm/1a141bd9403b2b614e284c95f5204566 to your computer and use it in GitHub Desktop.
$(function() {
var client = ShopifyBuy.buildClient({
apiKey: 'your-api-key',
domain: 'your-shop-subdomain.myshopify.com',
appId: '6'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment