GET /api/v2/buyer/advertisers/{advertiserId}/catalogs
Lists catalogs that have been synced for an advertiser. Catalogs are product, offering, or inventory feeds reused by discovery and creative generation.
On /mcp/v3, Buyer Accounts use search(kind: "catalog") for the same
advertiser-scoped collection and
get(kind: "catalog", id, advertiserId: "12345") for one catalog.
The get read can include a bounded page of items for creative selection;
continue with its cursor rather than fetching an unbounded feed.
Request
curl
Parameters
Response
feedFormat is one of google_merchant_center, facebook_catalog, shopify, linkedin_jobs, custom (or null). updateFrequency is realtime, hourly, daily, weekly, or null.
Errors
404 NOT_FOUND—advertiserIddoes not exist or is not visible to the authenticated account.
Related
Advertiser tasks
All advertiser operations
Advertiser overview
Fields, lifecycle, and concepts
Sync catalogs
Push catalog feeds and items