Shopify Plugin (Pro)
Integrate Shopify storefront with your nSelf deployment for e-commerce functionality.
The Shopify pro plugin integrates your Shopify storefront with nSelf, enabling product sync, order management, and customer data in your backend.
Installation
nself license set nself_pro_xxxxx
nself plugin install nself-shopify
Configuration
SHOPIFY_STORE_DOMAIN=your-store.myshopify.com
SHOPIFY_ACCESS_TOKEN=shpat_xxxxx
SHOPIFY_WEBHOOK_SECRET=whsec_xxxxx
Features
- Product catalog sync to Postgres (
np_shopify_products) - Order events via Shopify webhooks
- Customer data with GDPR compliance
- Inventory tracking
Database Tables
| Table | Purpose |
|---|---|
np_shopify_products | Synced product catalog |
np_shopify_orders | Order records |
np_shopify_customers | Customer data |
Bundle
Part of the ɳSelf+ bundle. See Bundles for pricing.