Hello,
I am working the Chat component - checkout UI extension.
From the documentation, Shopify automatically appends query parameters to the URL including handle
query param.
This is my shopify.extension.toml
[[extensions]]
name = "MyApp Checkout Bubble"
handle = "myapp-checkout-bubble"
type = "ui_extension"
I expected the extension handle in the URL but I am getting the extension name.
- Expected:
myapp-checkout-bubble
- Current: “MyApp Checkout Bubble”
Can any Shopify folks take a look at this?
Thank you!