-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshopify.app.toml
More file actions
39 lines (29 loc) · 1.07 KB
/
Copy pathshopify.app.toml
File metadata and controls
39 lines (29 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
client_id = "bbd66c1ef0abaa715ac6249008fb553e"
name = "PackBridge"
application_url = "https://packbridge.example.com"
embedded = true
[build]
automatically_update_urls_on_dev = true
[webhooks]
api_version = "2026-07"
[[webhooks.subscriptions]]
topics = [ "orders/create" ]
uri = "/webhooks/orders/create"
[[webhooks.subscriptions]]
topics = [ "app/uninstalled" ]
uri = "/webhooks/app/uninstalled"
[[webhooks.subscriptions]]
compliance_topics = [ "customers/data_request" ]
uri = "/webhooks/customers/data_request"
[[webhooks.subscriptions]]
compliance_topics = [ "customers/redact" ]
uri = "/webhooks/customers/redact"
[[webhooks.subscriptions]]
compliance_topics = [ "shop/redact" ]
uri = "/webhooks/shop/redact"
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_orders,read_products,read_companies,read_customers"
[auth]
redirect_urls = [ "https://packbridge.example.com/auth/callback" ]