Hi all,
We’re needing to add a dropdown list (well, ideally a checkbox list, allowing the selection of potentially multiple list items) to the product admin page. This list needs to be populated based on the JSON response from a call to our company API. The response will just contain a key/name and a value. The selected value(s) will need to be persisted when saving the product, so that they can be retrieved from an order complete webhook (this process is currently working, but relies on a product admin manually entering a comma separated list of GUIDs into a metafield, which is obviously less than ideal.
Is this possible via an extension, and if not, how else could we achieve this functionality?