v1
latestOpenAPI 3.1.02026-08-04170116.0 KBData In
Enrich Orders Data
Use this endpoint to enrich existing orders—such as adding shipping costs or custom tags. Note: 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 order via the Orders endpoint.
post/data-in/orders-enrichment
Request body
Example request
{
"custom_expenses": 25,
"custom_gross_profit": 400,
"custom_gross_sales": 2000,
"custom_net_revenue": 1200,
"custom_number": 3.14,
"custom_status": "unfulfilled",
"custom_string": "AlphaBetaTest",
"order_id": "order_12345",
"orders_quantity": 1,
"platform": "amazon",
"shipping_costs": 15,
"shop": "madisonbraids.myshopify.com",
"total_items_quantity": 10
}Response
Order enrichment successfully received.
Example response
{
"success": true,
"message": "Order enrichment received"
}