Catalog Feeds API (v1.3)
✽
Endpoints for creating and managing feeds that populate a catalog. All six operations run under BC scope 1.
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /open_api/v1.3/catalog/feed/create/ | Create a feed (URL or manual file). |
GET | /open_api/v1.3/catalog/feed/get/ | List feeds or fetch one. |
POST | /open_api/v1.3/catalog/feed/update/ | Update name, URL, credentials, schedule. |
POST | /open_api/v1.3/catalog/feed/delete/ | Delete. |
GET | /open_api/v1.3/catalog/feed/log/ | Last 10 operations on the feed. |
POST | schedule-status update | Pause / resume a scheduled feed. |
Schedule modes
Auto-upload URL feeds run on Daily / Hourly / Monthly cadence with a selectable timezone 3. Sprinklr mirrors this in UI.
File format
The API only accepts CSV for feed uploads 3. Sprinklr's manual-upload UI accepts more file types (.xls, .xlsx, .tsv, .xml) and transforms client-side before calling the API.
Debugging
If scheduled ingest fails:
/feed/log/→ last 10 ops (timestamp, status)./catalog/product/log/→ per-product failures (see catalog-products-api-v13).
Related
- Product Feeds (concept)
- Catalogs API
- Products API — rate-limited bucket
- marketing-api-overview
References
- Catalog Feeds API reference — TikTok Marketing API v1.3(accessed Apr 21, 2026)
- CatalogApi — tiktok/tiktok-business-api-sdk (Python)(accessed Apr 21, 2026)