تخطَّ إلى المحتوى

shopify

هذا المحتوى غير متوفر بلغتك بعد.

Shopify store sync, orders, products, customers, and inventory. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Terminal window
nself license set nself_pro_xxxxx...
nself plugin install shopify

Syncs your Shopify store data into Postgres in real time via webhooks and the Shopify REST API. Tracks products, collections, customers, orders, fulfillments, and inventory across locations. Query Shopify data directly via Hasura GraphQL for custom storefronts, analytics dashboards, and fulfillment workflows.

Env VarDefaultDescription
SHOPIFY_PORT3072Shopify plugin port
SHOPIFY_SHOP_DOMAINnoneYour Shopify store domain
SHOPIFY_ACCESS_TOKENnoneShopify Admin API access token
SHOPIFY_WEBHOOK_SECRETnoneShopify webhook HMAC secret
SHOPIFY_API_VERSION2024-01Shopify API version
PortPurpose
3072Shopify integration REST API

9 tables added to your Postgres database:

  • np_shopify_products: product catalog
  • np_shopify_variants: product variants
  • np_shopify_collections: product collections
  • np_shopify_customers: customer records
  • np_shopify_orders: order records
  • np_shopify_line_items: order line items
  • np_shopify_fulfillments: fulfillment records
  • np_shopify_inventory: inventory levels
  • np_shopify_webhook_events: raw event log
RouteTarget
/shopify/webhookShopify webhook receiver