Easily set up your mobile application with all the native features available, so you can focus on your business and have more time for what matters.


Getting Started

Step 1: Open the code editor

  1. Connect to your Shopify dashboard, select your Online Store, and click on Customize in the current theme section. You're now on your theme editor!
  2. Next, you will have to open the code editor associated with your theme, open the dropdown menu by clicking the three dots on the navigation bar, and open the code editor by clicking on the Edit code link.

Screen Recording 2021-08-23 at 14.03.45.mov


Step 2: Import Zaap's library

Inside your Shopify theme code editor, open the main HTML theme file in the theme panel (usually theme.liquid). Locate the head of your document and add the following line:

<script src="<https://unpkg.com/zaap-sdk@><CURRENT_VERSION>/dist/index.js"></script>

<aside> ⚠️ Make sure to get the latest version of the package after zaap-sdk@

</aside>

Mask Group.png

You're now all set 💪. You can use all the plugins we propose inside your Shopify website by calling Zaap, followed by the plugin and the method you want to invoke like so Zaap.<Plugin>.<Method>.