v1
latestOpenAPI 3.1.02026-08-04170116.0 KBData In
Enrich Products Data
Use this endpoint to enrich existing products—such as adding cost data from external systems. Supported for data from platforms with a native Triple Whale integration (e.g., Shopify, BigCommerce, WooCommerce). Not supported for Custom Sales Platforms—to update these, resend the full product record via the Products endpoint.
post/data-in/products-enrichment
Request body
Example request
{
"product_id": "prod-123",
"shop": "madisonbraids.myshopify.com",
"variant_cost": 8.5,
"variant_id": "variant-123"
}Response
Order enrichment successfully received.
Example response
{
"success": true,
"message": "Order enrichment received"
}