v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
catalog_feeds

Ingest feed items

Ingest items for a given feed owned by the "operation user_account".

Optional: Business Access: Specify an ad_account_id (obtained via List ad accounts) to use the owner of that ad_account as the "operation user_account". In order to do this, the token user_account must have one of the following Business Access roles on the ad_account: Owner, Admin, Catalogs Manager.

Learn more

Note: This endpoint is restricted to a specific group of users. If you require access, please reach out to your partner manager.

post/catalogs/feeds/{feed_id}/ingest

Path parameters

feed_idstring required

Unique identifier of a feed.

Query parameters

ad_account_idstring

Unique identifier of an ad account.

Response

The request has succeeded.

created_atstring date-time required

Timestamp of the feed ingestion.

feed_idstring required

Catalog Feed id pertaining to the feed ingestion.

idstring required

Unique identifier of a feed ingestion.

status'COMPLETED' | 'FAILED' | 'PROCESSING' required

Example response

{
  "created_at": "2022-03-14T15:15:22Z",
  "feed_id": "2680059592705",
  "id": "2680059592705"
}