Skip to content

order.completed

Fired when an order is finalised (marked exported). Same shape as tender.completed but keyed by order_id (= the request id); fetch the full record from GET /orders/{order_id}.

{
  "event_id": "9c1d2e3f-4a5b-4c7d-8e9f-0a1b2c3d4e5f",
  "event_type": "order.completed",
  "delivered_at": "2026-07-09T12:05:00Z",
  "data": {
    "order_id": 20456,
    "name": "PO-88213",
    "customer_bp_id": 678,
    "project_id": null,
    "position_count": 12,
    "erp_offer_id": "SO-2026-5567",
    "completed_at": "2026-07-09T12:04:57Z"
  }
}