Product Feeds
✽
Feeds are the pipe between an advertiser's product database and a TikTok catalog 1. One catalog can have many feeds.
Two feed modes
| Mode | Details |
|---|---|
| Auto-upload with URL (recommended) | http / https / ftp / sftp with optional username + password. Upload frequency: Daily / Hourly / Monthly. Timezone selectable 3. |
| Upload file manually | In Sprinklr: .xls, .xlsx, .csv, .tsv, .xml. The TikTok API only accepts CSV — Sprinklr transforms client-side before sending 3. |
Feed lifecycle
- Create feed (URL or file).
- TikTok ingests rows at the scheduled frequency (or once, for manual).
- Each product enters the audit queue.
- Approved products become eligible for ads.
- Advertiser defines product-sets over the catalog and consumes in ads.
API reference
See Catalog Feeds API (v1.3) for the full endpoint list. Quick reference 2:
POST /open_api/v1.3/catalog/feed/create/— createGET /open_api/v1.3/catalog/feed/get/— list or fetch onePOST /open_api/v1.3/catalog/feed/update/— updatePOST /open_api/v1.3/catalog/feed/delete/— deleteGET /open_api/v1.3/catalog/feed/log/— last 10 operations- Schedule-status update — pause/resume a scheduled feed
Debugging
Feed log (/feed/log/) shows last 10 operations on the feed. For per-product issues, use [[products-api|/catalog/product/log/]].
Sprinklr UX
Sprinklr mirrors TikTok's field set one-for-one — see sprinklr-tiktok-catalog-management for the UI flow: Manage Catalog → Add New Feed → Name, Feed Type, URL, Credentials, Upload Frequency, Timezone.
Related
- catalog-fundamentals
- product-sets
- Feeds API reference
- Products API reference
- sprinklr-tiktok-catalog-management