Commerce & billing
Set up Shopify
Connect your Shopify store to make products, customers and orders searchable — orders carry their line items and link to their customer, so “how much has Acme ordered” answers with the exact rollup. Read-only.
The custom app and its token
In the store admin open Settings → Apps and sales channels → Develop apps → Create an app. Under API credentials grant the Admin API scopes read_products, read_customers, read_orders and read_all_orders, press Install app, and copy the Admin API access token (shpat_…) — Shopify reveals it once. Without read_all_orders Shopify serves only the last 60 days of orders and older ones fall out of sync.
- Create the custom app and copy its token as above.
- Documents → Shopify, enter the store name (the acme in acme.myshopify.com) and paste the token.
- Choose access groups, Test, then Sync.
The token works only against your own store and can be revoked there any time (uninstall the custom app). Only reads are ever issued.
Last updated 29 Aug 2026