App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
I have a use case in which I need users from my App Theme Extension to select an item from a dynamic list populated with my application's API response. The user would select an item and the ID would be used on the Theme block. The selected ID needs to be persisted into the Theme block selection somehow as it will be used in the Theme and the storefront.
Is it possible to create an Input Setting with a populated list of "Select" options or radio inputs from a dynamic source (my external API), and how would one go about implementing it?
I've had a look at the following docs but can't find anything around this space: https://shopify.dev/docs/themes/architecture/settings/input-settings
Thanks!