Skip to content

Commit 0c5a2ec

Browse files
Merge pull request #1391 from Shopify/add-client-id-to-toml
Update the TOML schema
2 parents 31f9856 + 96edeb2 commit 0c5a2ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shopify.app.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# This file stores configurations for your Shopify app.
22

3+
client_id = ""
4+
5+
[access_scopes]
6+
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
37
scopes = "write_products"

0 commit comments

Comments
 (0)