backend_shopify_data4autos/shopify.app.toml
2025-06-29 18:30:52 +00:00

27 lines
735 B
TOML

client_id = "b7534c980967bad619cfdb9d3f837cfa"
name = "turn14-test"
handle = "turn14-test-1"
application_url = "https://shopify.data4autos.com" # Update this line
embedded = true
[build]
automatically_update_urls_on_dev = true
include_config_on_deploy = true
[webhooks]
api_version = "2025-04"
[[webhooks.subscriptions]]
topics = [ "app/scopes_update" ]
uri = "/webhooks/app/scopes_update"
[[webhooks.subscriptions]]
topics = [ "app/uninstalled" ]
uri = "/webhooks/app/uninstalled"
[access_scopes]
scopes = "read_inventory,read_products,write_inventory,write_products"
[auth]
redirect_urls = ["https://shopify.data4autos.com/auth/callback", "https://shopify.data4autos.com/auth/shopify"] # Update this line as well