List the product sets in a Meta catalog
list_meta_product_setsList product sets from a Meta catalog to pick the slice for ad set targeting. Check product counts to avoid empty sets that serve no products.
Instructions
The PRODUCT SETS inside one catalog — a set is a slice of the catalog ("summer dresses", "under $50", "everything"), and it is what an AD SET actually advertises. A catalog id is NOT a valid ad-set binding, so this is the list you pick from before building a catalog ad: pass the chosen id as productSetId on create_meta_adset or create_meta_ad. Meta normally auto-creates an "all products" set with every catalog, so an empty list points at the catalog rather than at the request. A set holding ZERO products binds without error and then serves nothing — the ad runs, spends and shows no product — so check the counts. Read-only, 0 credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max rows (1–100, default 50) | |
| catalogId | Yes | the numeric catalog id from list_meta_catalogs (a catalog NAME is not an id) |