-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshopify.app.toml
More file actions
45 lines (34 loc) · 1.2 KB
/
Copy pathshopify.app.toml
File metadata and controls
45 lines (34 loc) · 1.2 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
40
41
42
43
44
45
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
client_id = "3640fb39bcf605de0537d6dfc0d01c8a"
name = "CF Ready"
handle = "cf-ready"
application_url = "https://app.cfready.it"
embedded = true
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "write_validations"
optional_scopes = [ "write_translations", "read_locales", "read_markets" ]
[webhooks]
api_version = "2026-07"
[[webhooks.subscriptions]]
uri = "/webhooks/app/uninstalled"
topics = [ "app/uninstalled" ]
[[webhooks.subscriptions]]
uri = "/webhooks/app/scopes_update"
topics = [ "app/scopes_update" ]
[[webhooks.subscriptions]]
uri = "/webhooks/shop/update"
topics = [ "shop/update" ]
[[webhooks.subscriptions]]
uri = "/webhooks/app/billing"
topics = [ "app_subscriptions/update", "app_purchases_one_time/update" ]
[[webhooks.subscriptions]]
uri = "/webhooks/compliance"
compliance_topics = [ "customers/data_request", "customers/redact", "shop/redact" ]
[events]
api_version = "unstable"
subscription = []
[auth]
redirect_urls = [ "https://app.cfready.it/auth/callback" ]
[build]
automatically_update_urls_on_dev = false