hey guys i’m trying to add featured image for my blog articles using python api
something like this
img = shopify.Image(dict(article_id=83503120552))
img.src='https://cdn.shopify.com/s/files/1/0590/9862/8264/t/16/assets/cafecubanocubancoffeerecipeasassyspoon4-1643921321008.jpg?v=1643921337'
img.save()
above code clearly doesnt work, and i cant find any relevant topic from anywhere.
Thanks!