What's your biggest current challenge? Have your say in Community Polls along the right column.

App extension UUID and handle

App extension UUID and handle

Jitali_2103
Shopify Partner
32 1 1

Hello,
I want to get an app extension UUID and handle 
How can I get this?

 

Replies 2 (2)

BrainStation23
Shopify Partner
413 62 60

Hello,

 

Follow this document:- https://shopify.dev/docs/apps/build/online-store/theme-app-extensions/configuration#app-block-deep-l...

And for UUID use: npm run shopify app env pull

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
Jitali_2103
Shopify Partner
32 1 1

Hi, @BrainStation23,


npm run shopify app env pull on this command I get only the app key and secret.
I want to app extension uuid and handle.

I did not find any ID or handle in the document I used and that you shared.