← 返回商户控制台

订单详情

{
  "order_id": "order_1a1577665188419d1a157d27",
  "merchant_id": "sentosa_demo",
  "sku_id": "skyhelix_sentosa",
  "product_name": "SkyHelix Sentosa",
  "quantity": 2,
  "party": {
    "adults": 2,
    "children": 0,
    "seniors": 0
  },
  "date": "2026-03-24",
  "quote_amount_sgd": 40,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "6761269319",
    "telegram_chat_id": "6761269319",
    "language": "zh",
    "source_bot_key": "buyer-agent",
    "source_bot_username": "ShoppingAssistantAgent_Bot",
    "source_channel": "telegram"
  },
  "language": "zh",
  "status": "DRAFT",
  "payment_status": "NONE",
  "fulfillment_status": "NONE",
  "created_at": "2026-03-23T17:45:09+08:00",
  "inventory_lock": {
    "lock_id": "lock_137148ecdb38e19d1a157db1",
    "sku_id": "skyhelix_sentosa",
    "quantity": 2,
    "expiry_at": "2026-03-23T17:50:09+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_1a1577665188419d1a157d27.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_1a1577665188419d1a157d27.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_1a1577665188419d1a157d27.docx",
      "html_name": "quotation-order_1a1577665188419d1a157d27.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_1a1577665188419d1a157d27.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_1a1577665188419d1a157d27.html",
      "pdf_name": "quotation-order_1a1577665188419d1a157d27.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_1a1577665188419d1a157d27.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_1a1577665188419d1a157d27.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_1a1577665188419d1a157d27.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-23 17:45 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "skyhelix_sentosa",
      "quantity": 2,
      "date": "2026-03-24",
      "quoteAmountSgd": 40,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "6761269319",
        "telegram_chat_id": "6761269319",
        "language": "zh",
        "source_bot_key": "buyer-agent",
        "source_bot_username": "ShoppingAssistantAgent_Bot",
        "source_channel": "telegram"
      }
    }
  2. 2026-03-23 17:45 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_137148ecdb38e19d1a157db1",
      "skuId": "skyhelix_sentosa",
      "quantity": 2,
      "expiryAt": "2026-03-23T17:50:09+08:00"
    }
  3. 2026-03-23 17:45 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_1a1577665188419d1a157d27.docx"
    }