download_feed
Retrieve product data by downloading and parsing a product feed (YML XML or CSV) from a URL, returning details like name, price, and picture.
Instructions
Download and parse a product feed (YML XML or CSV) from the given URL.
Args: feed_url: Direct URL to the feed file (from get_campaign_feeds). limit: Maximum number of products to return (default 100, max 5000).
Returns list of products with all available fields (name, price, url, picture, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_url | Yes | ||
| limit | No |