← 返回商户控制台

订单详情

{
  "order_id": "order_d378375d3ab1619d1a5123d5",
  "merchant_id": "sentosa_demo",
  "sku_id": "singapore_oceanarium_one_day_ticket",
  "product_name": "Singapore Oceanarium 单日门票",
  "quantity": 3,
  "party": {
    "adults": 2,
    "children": 1,
    "seniors": 0
  },
  "date": "2026-03-24",
  "quote_amount_sgd": 153,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "verify_explicit_http",
    "telegram_chat_id": "verify_explicit_http",
    "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-23T18:50:18+08:00",
  "inventory_lock": {
    "lock_id": "lock_e777b634ce84f19d1a5124f6",
    "sku_id": "singapore_oceanarium_one_day_ticket",
    "quantity": 3,
    "expiry_at": "2026-03-23T18:55:18+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_d378375d3ab1619d1a5123d5.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_d378375d3ab1619d1a5123d5.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_d378375d3ab1619d1a5123d5.docx",
      "html_name": "quotation-order_d378375d3ab1619d1a5123d5.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_d378375d3ab1619d1a5123d5.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_d378375d3ab1619d1a5123d5.html",
      "pdf_name": "quotation-order_d378375d3ab1619d1a5123d5.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_d378375d3ab1619d1a5123d5.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_d378375d3ab1619d1a5123d5.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_d378375d3ab1619d1a5123d5.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-23 18:50 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "singapore_oceanarium_one_day_ticket",
      "quantity": 3,
      "date": "2026-03-24",
      "quoteAmountSgd": 153,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "verify_explicit_http",
        "telegram_chat_id": "verify_explicit_http",
        "language": "zh",
        "source_bot_key": "buyer-agent",
        "source_bot_username": "ShoppingAssistantAgent_Bot",
        "source_channel": "telegram"
      }
    }
  2. 2026-03-23 18:50 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_e777b634ce84f19d1a5124f6",
      "skuId": "singapore_oceanarium_one_day_ticket",
      "quantity": 3,
      "expiryAt": "2026-03-23T18:55:18+08:00"
    }
  3. 2026-03-23 18:50 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_d378375d3ab1619d1a5123d5.docx"
    }
  4. 2026-03-23 18:50 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-23 18:50 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_66c0e2a59ef3e19d1a512af4",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-23T18:55:20+08:00"
    }