ShopifySharp
ShopifySharp copied to clipboard
Missing Alt attribute in ArticleImage class
According to Shopify REST API, an article image should have 3 properties: attachment, src, and alt.
The alt property is currently missing from the ArticleImage class, making it difficult to update the alt text for an article image.
Please help adding that property in the next release.