backend_shopify_data4autos/shopify.app.toml
2026-04-17 21:19:17 +00:00

26 lines
746 B
TOML

client_id = "b7534c980967bad619cfdb9d3f837cfa"
name = "Data4Autos"
handle = "d4a-turn14"
application_url = "https://shop.data4autos.com" # Update this line
embedded = true
[build]
automatically_update_urls_on_dev = 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,read_publications,write_publications,read_fulfillments,write_files,read_files,write_fulfillments"
[auth]
redirect_urls = ["https://backend.data4autos.com/auth/callback"] # Update this line as well