← 返回商户控制台

订单详情

{
  "order_id": "order_41dd01f045f6f19d190eab31",
  "merchant_id": "sentosa_demo",
  "sku_id": "sensoryscape",
  "product_name": "Sentosa Sensoryscape",
  "quantity": 4,
  "party": {
    "adults": 2,
    "children": 0,
    "seniors": 2
  },
  "date": "2026-03-24",
  "quote_amount_sgd": 0,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "senior_test_user",
    "telegram_chat_id": "senior_test_chat",
    "language": "zh",
    "source_bot_key": "buyer-agent",
    "source_bot_username": "ShoppingAssistantAgent_Bot",
    "source_channel": "telegram"
  },
  "language": "zh",
  "status": "PENDING_PAYMENT",
  "payment_status": "SESSION_CREATED",
  "fulfillment_status": "NONE",
  "created_at": "2026-03-23T12:58:04+08:00",
  "inventory_lock": {
    "lock_id": "lock_61f9d3ca022aa19d190eab56",
    "sku_id": "sensoryscape",
    "quantity": 4,
    "expiry_at": "2026-03-23T13:03:05+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_41dd01f045f6f19d190eab31.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_41dd01f045f6f19d190eab31.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_41dd01f045f6f19d190eab31.docx",
      "html_name": "quotation-order_41dd01f045f6f19d190eab31.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_41dd01f045f6f19d190eab31.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_41dd01f045f6f19d190eab31.html",
      "pdf_name": "quotation-order_41dd01f045f6f19d190eab31.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_41dd01f045f6f19d190eab31.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_41dd01f045f6f19d190eab31.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_41dd01f045f6f19d190eab31.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-23 12:58 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "sensoryscape",
      "quantity": 4,
      "date": "2026-03-24",
      "quoteAmountSgd": 0,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "senior_test_user",
        "telegram_chat_id": "senior_test_chat",
        "language": "zh",
        "source_bot_key": "buyer-agent",
        "source_bot_username": "ShoppingAssistantAgent_Bot",
        "source_channel": "telegram"
      }
    }
  2. 2026-03-23 12:58 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_61f9d3ca022aa19d190eab56",
      "skuId": "sensoryscape",
      "quantity": 4,
      "expiryAt": "2026-03-23T13:03:05+08:00"
    }
  3. 2026-03-23 12:58 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_41dd01f045f6f19d190eab31.docx"
    }
  4. 2026-03-23 12:58 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-23 12:58 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_1860da708830819d190eaee4",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-23T13:03:05+08:00"
    }