meta_ads_feeds_create
Create a scheduled product feed to import products into a Meta catalog from a URL, supporting CSV, TSV, RSS, Atom, or JSON formats. Choose hourly, daily, or weekly updates for ongoing bulk sync.
Instructions
Creates a scheduled product feed that imports products into a catalog from a URL. Returns the new feed_id. Mutating, reversible via rollback_apply. Feeds run automatically on the chosen schedule; the first run triggers shortly after creation. For one-off product adds use meta_ads_products_add — feeds are for ongoing bulk sync. Supported feed formats: CSV, TSV, RSS 2.0, Atom 1.0, JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. | |
| catalog_id | Yes | Catalog that will consume the feed. | |
| name | Yes | Feed name shown in Commerce Manager. Should be unique within the catalog. | |
| feed_url | Yes | HTTPS URL Meta will fetch on each scheduled run. Must be publicly reachable. Meta supports basic auth or signed-URL patterns if configured separately. | |
| schedule | No | How often Meta re-fetches and re-ingests the feed. Default DAILY. HOURLY is appropriate for fast-moving inventory (fashion flash sales); WEEKLY fits evergreen catalogs. |