Create a Meta product catalog
create_meta_catalogCreate a Meta product catalog on a specific business portfolio for Advantage+ ads. Set the permanent vertical and owning portfolio, with duplicate-name prevention to avoid indistinguishable twins.
Instructions
Create a NEW product catalog on one of the merchant’s Meta business portfolios. A catalog is the input to Advantage+ catalog ads (dynamic product ads) — build it first, then fill it from the merchant’s feed or Shopify, then point a campaign at it. Name the owning portfolio EITHER by its numeric businessId OR by businessName, exactly as list_meta_catalogs prints it (“DMDB Group”) — a name that matches no portfolio, or more than one, is refused BY NAME with the portfolios that really exist and their ids, never guessed, and it never falls back to “the only portfolio”. Vertical defaults to commerce and CANNOT be changed afterwards, nor can the owning portfolio, so both are worth getting right the first time. IMPORTANT — META DOES NOT REFUSE A DUPLICATE NAME: it silently creates a SECOND catalog with the same name and nothing to tell the two apart, so Hermoso refuses a name the portfolio already uses and tells you the existing id (if a previous create seemed to fail, that id is very likely the catalog it actually made). Pass allowDuplicateName:true if you genuinely want a twin. The confirmation is READ BACK from Meta — its create returns only an id, so the name, vertical and portfolio in the summary were fetched, not echoed. Free, 0 credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | what to call the catalog | |
| vertical | No | the catalog’s industry (default commerce). PERMANENT — Meta publishes no way to change it after creation. | |
| businessId | No | numeric business-portfolio id that will OWN the catalog (from list_meta_catalogs). Meta will not let a catalog move to another portfolio later. A portfolio NAME is accepted here too and is resolved server-side. | |
| businessName | No | the owning business portfolio by NAME instead of by id, exactly as list_meta_catalogs prints it (e.g. "DMDB Group"). Unknown or ambiguous names are refused with the real ids rather than guessed. Give this or businessId. | |
| allowDuplicateName | No | create it even though the portfolio already has a catalog with this name. Off by default: Meta would build an indistinguishable twin without complaining. |