Hi there, our team has already built a mobile app using react-native and we are trying to integrate a ‘shop’ function into the existent app.
I’ve looked into the Storefront API and JavaScript Buy SDK, and succeed in retrieving some product info from my shop. However, I have difficulties in retrieving correspondent product variant images based on which variant is selected. I can’t find any Storefront API related to this (the only two APIs I can find are ‘images’ in Product and ‘image’ in ProductVariant, where the latter doesn’t work, it returns nothing).
On my shopify website, we use a shopify app called ‘Variant Image Penguin’ to upload and sort out the images for variants so that when users click a variant, correspondent images show up.
My question is: how can I retrieve correspondent product variant images for mobile apps? And if shopify apps are used on website to modify and process some data, can I expect they also support for mobile app use, i.e. the data I retrieved using storefront API has been processed by the shopify apps?