Create Product Feed
meta_create_product_feedCreates a product feed for a catalog to automatically sync products from a scheduled URL, supporting CSV, TSV, or XML formats.
Instructions
Creates a new product feed for a catalog to automatically sync products from a URL.
Args:
catalog_id (string): Product catalog ID
name (string): Feed name
schedule_url (string): URL of the product feed file (CSV, TSV, XML)
schedule_interval (string): How often to fetch — HOURLY, DAILY, WEEKLY, MONTHLY
Returns the new feed ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_id | Yes | Product catalog ID | |
| name | Yes | Feed name | |
| schedule_url | Yes | Product feed URL (CSV/TSV/XML) | |
| schedule_interval | Yes | Fetch interval | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |