Shopify Variant Image -> NetSuite Variant
I have a nightly flow running to export all modified product information from Shopify to NetSuite. I am running into an issue with products with variants where it exports the product image instead of the variant image. Is there a way to map the variant image instead of the product image? Thee are products with upwards up to 50 variants. Thank you I'm a bit confused on the process of mapping variant images. I am including the returned json and the current flow.
0
Comments
Shadner Joseph this one is a little tricky because of how Shopify structures this. They return an array of images and within that they have an array of variant ids. So we basically need to do some matching to get the associated images to the variants. Here is a preSavePage script I put together to do this. It also brings the top positioned image src to the main variant object.
Tyler Lamparter Thank You the solution above worked!
Please sign in to leave a comment.