# traces ## ViewSet for managing traceability of order items. - [GET /traces](https://api.coolset.com/eudr-api/traces/traces_list.md): Handles order items where the order's seller_company_id matches the authenticated user's company_id, providing tracing capabilities for traced_orders and traced_origins. ## ViewSet for managing traceability of order items. - [GET /traces/{id}](https://api.coolset.com/eudr-api/traces/traces_read.md): Handles order items where the order's seller_company_id matches the authenticated user's company_id, providing tracing capabilities for traced_orders and traced_origins. ## ViewSet for managing traceability of order items. - [PATCH /traces/{id}](https://api.coolset.com/eudr-api/traces/traces_partial_update.md): Handles order items where the order's seller_company_id matches the authenticated user's company_id, providing tracing capabilities for traced_orders and traced_origins.