Short description of issue
Currently, Shopify only provides image_picker (single image) and product (product-level) input types in theme/app development. We need: a new input type like image_picker_list to allow selecting multiple images at once; a new input type like product_variant to allow directly selecting a specific product variant (SKU level).
Reproduction steps
In a theme or app schema, try to add multiple images using image_picker → can only pick one.
Try to select a variant using product input → can only select the product, not a variant.
Additional info
This feature would make it easier for merchants/content managers to configure multi-image modules (like carousels, brand stories, campaign images).
Variant picker would allow modules to display SKU-level info and inventory more accurately.
Would reduce manual configuration and secondary development costs.
What type of topic is this
Feature request