For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
We are building an extension-only app and are in the process of submitting it to the shopify app store.
We are confused about two things:
- What is the `App URL` and what should it be for extension-only apps? What is it for and where is it used?
- How should we deal with the mandatory compliance webhooks? Since we are extension-only, we don't deal with any customer data. Do we still have to host a service, that responds to these? If yes, what is the advantage of an extension-only app, if we still have to host this?
Hi Tjwelde,
Hope this helps,
Tobe
Thanks for the pointers,
it turns out, that "extension-only-apps" are "custom apps" only and can't be published to the shopify store like that.
That's why we need to have the Webhooks and an APP_URL, pointing to an app, which we will have to build in addition to our extensions.
Best
Timo