← 返回商户控制台

订单详情

{
  "order_id": "order_7c8c7a195db2b19d1950dc27",
  "merchant_id": "sentosa_demo",
  "sku_id": "sentosa_fun_discovery_pass",
  "product_name": "Sentosa Fun Discovery Pass",
  "quantity": 2,
  "party": {
    "adults": 0,
    "children": 0,
    "seniors": 0
  },
  "date": "2026-03-23",
  "quote_amount_sgd": 60,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "463559370",
    "telegram_chat_id": "463559370",
    "language": "en",
    "source_bot_key": "buyer-agent",
    "source_bot_username": "ShoppingAssistantAgent_Bot",
    "source_channel": "telegram"
  },
  "language": "en",
  "status": "PENDING_PAYMENT",
  "payment_status": "SESSION_CREATED",
  "fulfillment_status": "NONE",
  "created_at": "2026-03-23T14:10:22+08:00",
  "inventory_lock": {
    "lock_id": "lock_ca1e1a43b8b1919d1950dc50",
    "sku_id": "sentosa_fun_discovery_pass",
    "quantity": 2,
    "expiry_at": "2026-03-23T14:15:22+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_7c8c7a195db2b19d1950dc27.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_7c8c7a195db2b19d1950dc27.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_7c8c7a195db2b19d1950dc27.docx",
      "html_name": "quotation-order_7c8c7a195db2b19d1950dc27.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_7c8c7a195db2b19d1950dc27.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_7c8c7a195db2b19d1950dc27.html",
      "pdf_name": "quotation-order_7c8c7a195db2b19d1950dc27.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_7c8c7a195db2b19d1950dc27.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_7c8c7a195db2b19d1950dc27.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_7c8c7a195db2b19d1950dc27.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-23 14:10 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "sentosa_fun_discovery_pass",
      "quantity": 2,
      "date": "2026-03-23",
      "quoteAmountSgd": 60,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "463559370",
        "telegram_chat_id": "463559370",
        "language": "en",
        "source_bot_key": "buyer-agent",
        "source_bot_username": "ShoppingAssistantAgent_Bot",
        "source_channel": "telegram"
      }
    }
  2. 2026-03-23 14:10 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_ca1e1a43b8b1919d1950dc50",
      "skuId": "sentosa_fun_discovery_pass",
      "quantity": 2,
      "expiryAt": "2026-03-23T14:15:22+08:00"
    }
  3. 2026-03-23 14:10 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_7c8c7a195db2b19d1950dc27.docx"
    }
  4. 2026-03-23 14:10 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-23 14:10 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_678131a2261519d1950dfa5",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-23T14:15:23+08:00"
    }