arrow_backAll guides
settingsOpen Shopify IntegrationShopify
Connect via Dev Dashboard Client ID + Secret (tokens are no longer copied from admin).
Credentials to collect
- keyShop domain (mystore.myshopify.com)
- keyClient ID (Dev Dashboard → Settings)
- keyClient secret (Dev Dashboard → Settings)
How to get API access
- 1In Dev Dashboard open your app → Versions → Create version.
- 2Click Select scopes and add read_products, read_orders (and any others you need).
- 3Set App URL to https://shopify.dev/apps/default-app-home (or any https URL you own), then Release.
- 4From the app Home click Install app and install on your store (must show ≥1 install).
- 5Copy Client ID + Client secret from Settings and paste into CRM with shop domain 5dysaz-jg.myshopify.com.
- 6CRM exchanges Client ID/Secret for a short-lived Admin API token automatically (valid ~24h, auto-refreshed).
Frontend checklist
- check_box_outline_blankApp version released with scopes
- check_box_outline_blankApp installed on the store (not 0 installs)
- check_box_outline_blankClient ID + secret saved in CRM
Since Jan 2026 Shopify removed permanent shpat_ tokens for new custom apps. Webhook secret is optional; Client secret is what CRM needs.
Official documentationopen_in_new