File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
22
3- client_id = " 5430497d8dd544f37f3d8a014d7c8b4e "
4- name = " app "
5- application_url = " https://shopify.dev/apps/default-app-home "
3+ client_id = " <YOUR_CLIENT_ID> "
4+ name = " <YOUR_APP_NAME> "
5+ application_url = " <YOUR_APP_URL> "
66embedded = true
77
88[build ]
@@ -12,13 +12,16 @@ include_config_on_deploy = true
1212[webhooks ]
1313api_version = " 2026-04"
1414
15+ # [START access-scopes]
1516[access_scopes ]
1617# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
1718scopes = " write_metaobject_definitions,write_metaobjects,write_products"
19+ # [END access-scopes]
1820
1921[auth ]
20- redirect_urls = [ " https://shopify.dev/apps/default-app-home /api/auth" ]
22+ redirect_urls = [ " <YOUR_APP_URL> /api/auth" ]
2123
24+ # [START metaobject-definition]
2225[metaobjects .app .qrcode ]
2326name = " QR Code"
2427display_name_field = " title"
@@ -49,3 +52,4 @@ name = "Destination"
4952[metaobjects .app .qrcode .fields .scans ]
5053type = " number_integer"
5154name = " Scans"
55+ # [END metaobject-definition]
You can’t perform that action at this time.
0 commit comments