post
https://api.triplewhale.com/api/v2/data-in/products
Ingest product data into Triple Whale. This endpoint allows users to upload detailed product information, including variants, tags, collections, and images.
Product Data Is Required for Sonar and Product AnalyticsSonar event enrichment
- Sonar uses product data to enrich events sent to downstream platforms (e.g. Meta, Google, TikTok, Klaviyo, Attentive).
- Missing product fields can result in missing or incomplete data in Sonar-enriched events. Key fields include:
product_title,product_id,variants(including pricing fields likevariants[].variant_price), and—when applicable—collections,images,vendor, andproduct_type.Product Analytics (requires Orders data)
- Product Analytics is powered by joining Products ↔ Orders on
product_id. Sending product data alone is not sufficient; to enable product-level reporting,line_items.product_idvalues must also be sent via the/ordersendpoint.
Match Product and Order Platform ValuesTo apply product-based COGS and handling fees to orders, the
platformandplatform_account_idvalues sent in product records must exactly match the values sent in the matching order records.