cURL
curl --request PUT \ --url https://console.lomaplatform.com/api/vendor/v1/orders/{orderId}/kpis \ --header 'API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "kpi_id": "<string>", "value": 123 } '
Upserts a KPI for an order.
Documentation IndexFetch the complete documentation index at: https://docs.lomaplatform.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lomaplatform.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key for the vendor
KPI updated.