-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopify.app.toml
37 lines (29 loc) · 1.12 KB
/
shopify.app.toml
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
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
client_id = "06d118204ece9125d19ace950e69ac2f"
name = "saleperson-app"
handle = "saleperson-app"
application_url = "https://checkout-survival-thereof-retailer.trycloudflare.com"
embedded = true
[build]
automatically_update_urls_on_dev = true
dev_store_url = "kobe-pottery.myshopify.com"
include_config_on_deploy = true
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_products,write_products,read_orders,read_customers,read_legal_policies"
[auth]
redirect_urls = [
"https://checkout-survival-thereof-retailer.trycloudflare.com/auth/callback",
"https://checkout-survival-thereof-retailer.trycloudflare.com/auth/shopify/callback",
"https://checkout-survival-thereof-retailer.trycloudflare.com/api/auth/callback"
]
[webhooks]
api_version = "2024-10"
[[webhooks.subscriptions]]
topics = [ "app/scopes_update" ]
uri = "/webhooks/app/scopes_update"
[[webhooks.subscriptions]]
topics = [ "app/uninstalled" ]
uri = "/webhooks/app/uninstalled"
[pos]
embedded = false