Help with API Call

Hi All,

Im hoping someone can help me with an issue. Im no developer and am learning on the fly as I could not get anyone to help me with this issue.

This is the query

https://mystore.com/admin/api/2024-01/products/8593877532963/variants.json?fields=price

And this is the result

{

“variants”: [
{
“price”: “0.05”,
“image_id”: 43974026723619
}
]
}

It keeps giving me the image id

Im needing to use the query for a data connector as per attached.

If anyone can help would really appreciate it.

Thanks