commerce_order_status
commerce_order_statusCheck order status (read, action=commerce.order_status). Confirms by order_id or idempotency_key whether an order was really created, for how much, and in what state. Use this instead of re-ordering when an order request timed out. / 주문 상태 조회. 타임아웃 시 재주문 대신 이 도구를 쓰십시오.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Calling agent id, for the audit trail. / 호출 에이전트 식별자(감사 추적용) | |
| order_id | Yes | Order id. / 주문 ID | |
| proposal_id | No | Guardrail proposal id prp_<ULID> (optional). / Guardrail 제안 ID(선택) | |
| idempotency_key | No | Idempotency key of the original order to look up (optional). / 원주문의 멱등키(선택) |