Considering that theme assets are not available to update from Shopify’s Admin API 2023-04, I’m looking for some guidance on updating app embed settings post-installation for a Shopify app. I’ve been using the URL ‘https://admin.shopify.com/store//themes//editor?context=apps&appEmbed=’ to manage installations, but I’m specifically interested in enabling and updating a block and fill settings through deep links.
before, this can be achieved by sending a JSON payload with the desired settings to this endpoint “themes//assets”.
Does anyone know of a method or specific deep link that allows direct access to these settings without navigating through the standard interface?
Any insights or guidance would be greatly appreciated. Thank you!