← 返回商户控制台

订单详情

{
  "order_id": "order_815c0cd5dd44519d0bbe7274",
  "merchant_id": "sentosa_demo",
  "sku_id": "universal_studios_singapore_one_day_ticket",
  "product_name": "Universal Studios Singapore 单日门票",
  "quantity": 3,
  "party": {
    "adults": 2,
    "children": 1,
    "seniors": 0
  },
  "date": "2026-03-21",
  "quote_amount_sgd": 228,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "ux1",
    "telegram_chat_id": "cx1"
  },
  "status": "PENDING_PAYMENT",
  "payment_status": "SESSION_CREATED",
  "fulfillment_status": "NONE",
  "created_at": "2026-03-20T22:55:23+08:00",
  "inventory_lock": {
    "lock_id": "lock_05c88b119c87a19d0bbe7294",
    "sku_id": "universal_studios_singapore_one_day_ticket",
    "quantity": 3,
    "expiry_at": "2026-03-20T23:00:23+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_815c0cd5dd44519d0bbe7274.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_815c0cd5dd44519d0bbe7274.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_815c0cd5dd44519d0bbe7274.docx",
      "html_name": "quotation-order_815c0cd5dd44519d0bbe7274.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_815c0cd5dd44519d0bbe7274.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_815c0cd5dd44519d0bbe7274.html",
      "pdf_name": "quotation-order_815c0cd5dd44519d0bbe7274.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_815c0cd5dd44519d0bbe7274.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_815c0cd5dd44519d0bbe7274.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_815c0cd5dd44519d0bbe7274.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-20 22:55 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "universal_studios_singapore_one_day_ticket",
      "quantity": 3,
      "date": "2026-03-21",
      "quoteAmountSgd": 228,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "ux1",
        "telegram_chat_id": "cx1"
      }
    }
  2. 2026-03-20 22:55 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_05c88b119c87a19d0bbe7294",
      "skuId": "universal_studios_singapore_one_day_ticket",
      "quantity": 3,
      "expiryAt": "2026-03-20T23:00:23+08:00"
    }
  3. 2026-03-20 22:55 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_815c0cd5dd44519d0bbe7274.docx"
    }
  4. 2026-03-20 22:55 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-20 22:55 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_e58c16c231a6919d0bbe75c9",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-20T23:00:24+08:00"
    }