Introduction
The following instructions describe how to create an App in the Shopify Dev Dashboard with the correct API permissions for integrating with the Zembula platform.
Required Shopify Permissions
The person creating the app needs Develop Apps permission in Shopify(e.g., store owner) and staff permissions to allow access to:
read_customers
read_discounts
read_draft_orders
read_fulfillments
read_locations
read_metaobject_definitions
read_metaobjects
read_order_edits
read_orders
read_products
read_shipping
Create a new app
Navigate to the Shopify Dev Dashboard
or go through the Shopify Admin Settings
Apps > Develop Apps > Build Apps in dev dashboard
In the Dev Dashboard under Apps click "Create app"
App Name: Zembula
Webhook API versions: select the latest, i.e. 2026-01
Search and select the necessary read permissions or paste in as a comma separated list
read_customers,read_discounts,read_draft_orders,read_fulfillments,read_locations,read_metaobject_definitions,read_metaobjects,read_order_edits,read_orders,read_products,read_shipping
Click the "Release" button
Optionally enter a version name
Click the "Release" button again
Install the app
From the apps "Home"
Click "Install app"
Select the appropriate app to install to
Click the "Install" button from the "Install app" screen
App client id and client secret
From the apps "Setting"
Copy both client id and client secret to a text file
Upload the file to your box.com folder provided by Zembula
Additional Resources






