# Trace orders to DDS Trace orders to Due Diligence Statement(s) (adds to existing orders) Endpoint: POST /eudr/trace-orders Version: 1.0 Security: Bearer ## Request fields (application/json): - `dds_id` (array, required) DDS ID or list of DDS IDs to trace orders to (accepts single integer or array) - `order_id` (array, required) Order ID or list of order IDs to trace to the DDS(s) (accepts single integer or array) ## Response 201 fields (application/json): - `results` (array) - `results.dds_id` (integer) - `results.added_orders` (array) - `results.total_orders` (integer) - `results.message` (string) - `summary` (object) - `summary.total_dds_processed` (integer) - `summary.total_orders_added` (integer) ## Response 400 fields