Product Catalogs

Create a product feed

A feed pulls a CSV/TSV/XML product file from a URL. With schedule Meta fetches it on a cadence; without it, trigger fetches with POST /v1/ads/catalogs/{catalogId}/feeds/{feedId}/uploads.

post/v1/ads/catalogs/{catalogId}/feeds

Path parameters

catalogIdstring required

Meta product catalog ID (from GET /v1/ads/catalogs)

Request body

accountIdstring required
catalogAccountIdstring
namestring required

Response

Feed created

Changes