Hi, I’m using the App Bridge Resource Picker to select products along with their images. However, the picker still returns image IDs in the format gid://shopify/ProductImage/{id}, while the fileUpdate GraphQL API - which replaces the deprecated productImageUpdate - requires IDs in the format gid://shopify/ProductMedia/{id}.
Is this still a known limitation in App Bridge? I understand that it’s possible to retrieve the correct ProductMedia IDs by querying a product’s media via GraphQL, but it would be much more convenient if the Resource Picker could return the ProductMedia IDs directly.
I asked about this several months ago and was told the team was looking into fixing it - just wondering if there’s been any update.