Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ api_version = "2025-10"
name = "localize-example"
handle = "localize-example"
type = "ui_extension"
uid = "e0260bd4-f328-fedf-994f-bfeb7e42f14a9089f017"

# [START config.setup-targets]
[[extensions.targeting]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ api_version = "2025-10"
name = "ca-loyalty-order-status-block"
handle = "ca-loyalty-order-status-block"
type = "ui_extension"
uid = "e0260bd4-f328-fedf-994f-bfeb7e42f14a9089f017"

# [START config.setup-targets]
[[extensions.targeting]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api_version = "2025-10"
type = "ui_extension"
name = "ca-loyalty-profile-block"
handle = "ca-loyalty-profile-block"

uid = "80e9f109-e0c9-ab13-2c5a-e065beb9d2eb669d1292"

# [START config.setup-targets]
[[extensions.targeting]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ include_config_on_deploy = true
[webhooks]
api_version = "2025-10"

# [START config.setup-scopes]
[access_scopes]
scopes = "customer_read_customers,customer_read_orders"
# [END config.setup-scopes]

[auth]
redirect_urls = [ "https://shopify.dev/apps/default-app-home/api/auth" ]
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Learn more about configuring your Customer account UI extension:
# https://shopify.dev/api/customer-account-ui-extensions/2025-10/configuration

# The version of APIs your extension will receive. Learn more:
# https://shopify.dev/docs/api/usage/versioning
api_version = "2025-10"

[[extensions]]
Expand All @@ -11,21 +6,11 @@ type = "ui_extension"
name = "Upsell banner"
handle = "wishlist-profile-block"

# Controls where in Shopify your extension will be injected,
# and the file that contains your extension's source code. Learn more:
# https://shopify.dev/docs/api/customer-account-ui-extensions/2025-10/extension-targets-overview
# [START config.setup-targets]
[[extensions.targeting]]
module = "./src/ProfileBlockExtension.jsx"
target = "customer-account.profile.block.render"
# [END config.setup-targets]

[extensions.capabilities]
# Gives your extension access to directly query Shopify's storefront API.
# https://shopify.dev/docs/api/customer-account-ui-extensions/2025-10/configuration#api-access
api_access = true

# Gives your extension access to make external network calls, using the
# JavaScript `fetch()` API. Learn more:
# https://shopify.dev/docs/api/customer-account-ui-extensions/2025-10/configuration#network-access
# network_access = true