Hi there,
I have an EcomProducts to CSV export job. One of the columns I like to populate is a column with a link to the product's primary image in the format https://domain.com/images/whatever/here.jpg
How can I do this? The product has small, medium and large image columns but those are all deprecated. I am already using a TableScript and have access to the product so I looked into the Details services and Image patterns, but I am not sure what to do there. Some stuff I think I might need appears to be internal, like ImagePatternManager.GetProductImages.
Any ideas?
Imar