-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathshopify.app.toml
More file actions
29 lines (22 loc) · 863 Bytes
/
shopify.app.toml
File metadata and controls
29 lines (22 loc) · 863 Bytes
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
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
client_id = "YOUR_CLIENT_ID"
name = "shop-chat-agent"
handle = "shop-chat-agent"
application_url = "https://shop-chat-agent.com"
embedded = true
[build]
include_config_on_deploy = true
[webhooks]
api_version = "2025-04"
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
# Add following additional scopes when configuring customer accounts authentication: customer_read_customers,customer_read_orders,customer_read_store_credit_account_transactions,customer_read_store_credit_accounts
scopes = "unauthenticated_read_product_listings"
[auth]
redirect_urls = [ "https://shop-chat-agent.com/api/auth" ]
[pos]
embedded = false
[customer_authentication]
redirect_uris = [
"https://shop-chat-agent.com/callback"
]