Cant add settings for Checkout ui extension.

Solved

Cant add settings for Checkout ui extension.

Unisol1020
Shopify Partner
6 1 2

Hi. I added this to my shopify.extension.toml and deployed it in the dev store:

 

[settings]
[[settings.fields]]
key = "api_key"
type = "single_line_text_field"
name = "Api Key"
description = "1as-sd2-2-dsdf..."

 

But when I go to Setting -> Checkout in admin panel I don't see this field.

Accepted Solution (1)

Liam
Community Manager
3108 341 879

This is an accepted solution.

Hi Unisol1020,

 

Here's a few things you can check to troubleshoot your app not appearing:

 

1: Verify that you have installed your app in the dev store and that your checkout extension has been correctly registered and deployed.

2: Verify that your app has the correct access scopes to modify the checkout. This typically requires the write_checkouts and read_checkouts access scopes.

3: Ensure you're looking in the correct location for the app settings. The settings for checkout extensions won't appear in the standard Settings -> Checkout section of the Shopify admin. Instead, they should appear in the Customize Checkout section of your app's extension management page.

 

Hope this helps!

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

View solution in original post

Replies 2 (2)

Liam
Community Manager
3108 341 879

This is an accepted solution.

Hi Unisol1020,

 

Here's a few things you can check to troubleshoot your app not appearing:

 

1: Verify that you have installed your app in the dev store and that your checkout extension has been correctly registered and deployed.

2: Verify that your app has the correct access scopes to modify the checkout. This typically requires the write_checkouts and read_checkouts access scopes.

3: Ensure you're looking in the correct location for the app settings. The settings for checkout extensions won't appear in the standard Settings -> Checkout section of the Shopify admin. Instead, they should appear in the Customize Checkout section of your app's extension management page.

 

Hope this helps!

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

Unisol1020
Shopify Partner
6 1 2

Hi. Ty. I added this to my shopify.app.toml and reinstalled my app:

scopes = "write_products,write_checkouts,read_checkouts,write_discounts"

And it appeared in the Customize Checkout