meta_ads_catalogs_create
Create a Meta Product Catalog for a Business to organize products. Returns catalog ID. Rollback deletes the catalog if no ads consume it. Add products individually or schedule bulk imports via feeds.
Instructions
Creates a new Product Catalog under a Meta Business. Returns the new catalog_id. Mutating, reversible via rollback_apply (rollback deletes the catalog if it has no ads consuming it). Catalogs are the container — add products individually via meta_ads_products_add, or schedule bulk imports via meta_ads_feeds_create.
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. | |
| business_id | Yes | Meta Business ID that will own the new catalog. | |
| name | Yes | Catalog name shown in Commerce Manager. Must be unique within the Business. |