Skip to main content
POST /api/v2/buyer/advertisers/{advertiserId}/catalogs/sync Inbound ADCP sync_catalogs endpoint. Buyers call this to sync catalog feeds and items onto the advertiser. Provide either a remote feed url or inline items per catalog — not both. For an agent on the account-resolved V3 MCP surface, use save_catalog instead. It saves exactly one catalog per request and requires an idempotency key, so a retry returns the original outcome rather than applying another update. Its request is one flat catalog object, not a catalog wrapper. A URL is re-fetched on each save; archive through the same tool with isArchived: true and the catalog identity instead of looking for a separate delete operation:
The Catalogs Page uses this operation directly. Choose Add feed to connect a hosted URL or upload a CSV, TSV, XLS, XLSX, or JSON file. For an existing uploaded feed, choose Replace file. The Page keeps progress, validation errors, approval counts, rejected rows, and field-level issues beside the feed; it does not copy a generated instruction into chat. If you give Murph an exact feed URL or inline item payload, Murph can call the same operation directly.

Request

curl

Parameters

Response

Each result carries an action of created, updated, unchanged, failed, or deleted. Item-level problems appear in item_issues with severity error or warning. When dry_run was true, nothing is persisted.

Errors

  • 400 VALIDATION_ERROR — a catalog supplies both url and items, exceeds 50 catalogs, or fails strict item validation.
  • 404 NOT_FOUNDadvertiserId does not exist or is not visible to the authenticated account.
See Errors for the full error contract.

Advertiser tasks

All advertiser operations

Advertiser overview

Fields, lifecycle, and concepts

List catalogs

See synced catalogs