What this covers
- All required Shopify permissions
- What each permission enables in Galantis
- What breaks if a permission is missing or revoked
- How to verify permission status
Required permissions
- Customers
- Orders
- Products & Collections
- Checkouts
read_customers — Allows Galantis to read customer records from Shopify.
Enables:- Initial customer import at installation — populates the Galantis contact database with your existing customers
- Processing of
customers/create,customers/update, andcustomers/deletewebhooks — keeps customer profiles current - Reading customer phone numbers, names, emails, tags, and locale for contact profiles
- Audience targeting — lists and segments draw from synced customer data
write_customers — Allows Galantis to write to customer records in Shopify.Enables:- Updating marketing consent state on the Shopify customer record when changes originate in Galantis
Permission summary
| Permission | Required for | Blocks if missing |
|---|---|---|
read_customers | Customer sync, audience targeting | Contact profiles, campaigns, automations |
write_customers | Consent state writeback | Consent sync |
read_orders | Order triggers, segments, Inbox context | Order automations, purchase-based segments |
read_fulfillments | ORDER_SHIPPED trigger | Shipping automation trigger |
read_products | Catalog, Back-in-Stock, product conditions | Catalog module, BIS module, product segments |
read_checkouts | Abandoned checkout trigger | ABANDONED_CHECKOUT automation |
read_script_tags | Widget management | Widget deployment |
write_script_tags | Widget injection | Inbox widget, Back-in-Stock widget |
Verifying permissions
Permissions are granted during app installation and displayed in Shopify Admin → Settings → Apps and sales channels → Galantis → Permissions. If a feature is not working as expected and data issues are suspected, verifying the permission set is a quick first diagnostic step — particularly for script tag permissions, which can be affected by certain Shopify plan changes or reinstallation flows.Related guides
- Getting Started — Shopify Installation — How permissions are granted during installation
- Webhooks — How individual webhooks depend on these permissions
- Support — Widget Not Displaying — Troubleshooting script tag permission issues