-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathshopify.app.toml
39 lines (31 loc) · 1.62 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
38
39
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
name = "Multivendor Shop"
client_id = "36721b0a5b6c24a485ba96e52adc57b7"
application_url = "https://impala-top-visually.ngrok-free.app"
embedded = true
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_product_listings,unauthenticated_read_product_listings,write_products,read_products,read_metaobjects,write_metaobjects,read_metaobject_definitions,write_metaobject_definitions,write_customers,read_orders,write_orders,write_files,write_themes,read_publications,write_publications,write_assigned_fulfillment_orders,read_merchant_managed_fulfillment_orders,write_merchant_managed_fulfillment_orders"
use_legacy_install_flow = true
[auth]
redirect_urls = [
"https://impala-top-visually.ngrok-free.app/auth/callback",
"https://impala-top-visually.ngrok-free.app/auth/shopify/callback",
"https://impala-top-visually.ngrok-free.app/api/auth/callback",
"https://impala-top-visually.ngrok-free.app/.shopify/graphiql/auth/callback"
]
[webhooks]
api_version = "2024-01"
[webhooks.privacy_compliance]
customer_deletion_url = "https://impala-top-visually.ngrok-free.app/gdpr/data/erasure"
customer_data_request_url = "https://impala-top-visually.ngrok-free.app/gdpr/data/request"
shop_deletion_url = "https://impala-top-visually.ngrok-free.app/gdpr/shop/erasure"
[app_proxy]
url = "https://impala-top-visually.ngrok-free.app/frontend"
subpath = "frontend"
prefix = "apps"
[pos]
embedded = false
[build]
automatically_update_urls_on_dev = true
dev_store_url = "newathens.myshopify.com"