Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shopifypartners/75437ff85e9ea2bcafec1557e7d898b8 to your computer and use it in GitHub Desktop.
Save shopifypartners/75437ff85e9ea2bcafec1557e7d898b8 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="https://cdn.shopify.com/s/assets/external/pos_app.js"></script>
</head>
<body>
<script type="text/javascript">
ShopifyPOS.init({
apiKey: "0dc181105f1912f21b5de1a0ae64db37",
shopOrigin: "https://CURRENT_LOGGED_IN_SHOP.myshopify.com"
});
ShopifyPOS.ready(function(){
ShopifyPOS.flashNotice('Hello world!');
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment