DDark Obsidian โ€บ Plugins โ€บ Shopify
Connect store
Shopify
Shopify Free OAuth 2.0

Dark Obsidian for Shopify

Connect any Shopify store to Dark Obsidian Business OS via Shopify OAuth. No plugin to install, no API keys to manage - the entire connection happens through a secure browser flow.

NonePlugin to install
2 minSetup time
7Webhook topics
FreeCost
No plugin download required. Shopify uses OAuth 2.0 - the entire connection is handled server-side. Just click "Connect store" and follow the prompts.

What syncs

๐Ÿ“ฆ
Products
Catalog, prices, variants, and images synced from Shopify Admin API
๐Ÿ›’
Orders
Full order records with line items, discounts, and payment gateway
๐Ÿ‘ค
Customers
Name, email, and phone synced to Dark Obsidian CRM
๐Ÿ“Š
Inventory
Real-time stock updates via inventory_levels/update webhook
๐Ÿ””
Webhooks
7 real-time event topics registered automatically on connect
๐Ÿ“ˆ
Analytics
Revenue and product performance in Dark Obsidian BI

How the connection works

1
Open the Shopify connect flow
In the Dark Obsidian app: Commerce โ†’ Marketplace โ†’ Shopify โ†’ Install. Tap "Connect on Shopify". Your browser opens to the Dark Obsidian connect portal.
2
Sign in & choose a business
Sign in to your Dark Obsidian account. Select which business to link. Enter your Shopify store domain (e.g. myshop.myshopify.com).
3
Authorize on Shopify
You are redirected to your Shopify admin to review the requested permissions. Click Install app. Shopify redirects back to Dark Obsidian with an authorization code.
โœ“
Connected - 7 webhooks registered automatically
Dark Obsidian exchanges the code for a permanent access token, registers 7 webhook topics on your Shopify store, and the connection goes live. The Dark Obsidian app updates in real time via Supabase Realtime.

OAuth scopes requested

read_products
write_products
read_orders
read_customers
write_inventory
read_inventory
read_locations

Webhook topics registered

products/create
products/update
products/delete
orders/create
orders/updated
customers/create
inventory_levels/update

Webhooks deliver to https://darkobsedian.sameergul.com/api/v1/webhooks/shopify/{business_id} verified with HMAC-SHA256 (Shopify API Secret).