upload_image_from_url
Uploads an image from a public URL to Shopify's CDN Files, with alt text and optional filename for store use.
Instructions
This tool uploads an image from a public URL to the Shopify CDN Files section. It handles the transfer of image data to Shopify's servers, allowing you to specify alt text and optional filename for the uploaded image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alt_text | No | Descriptive alt text for the image. | |
| filename | No | Optional filename for the uploaded image in Shopify Files. | |
| image_url | Yes | The public URL of the image to upload. |