← 返回商户控制台

订单详情

{
  "order_id": "order_c13dfb71b7c3419d1e0592ce",
  "merchant_id": "sentosa_demo",
  "sku_id": "singapore_oceanarium_one_day_ticket",
  "product_name": "Singapore Oceanarium One-Day Ticket",
  "quantity": 2,
  "party": {
    "adults": 0,
    "children": 0,
    "seniors": 0
  },
  "date": "2026-03-30",
  "quote_amount_sgd": 110,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "http_en_people",
    "telegram_chat_id": "http_en_people",
    "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-24T12:06:15+08:00",
  "inventory_lock": {
    "lock_id": "lock_b6ad7840ff05919d1e0593b0",
    "sku_id": "singapore_oceanarium_one_day_ticket",
    "quantity": 2,
    "expiry_at": "2026-03-24T12:11:15+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_c13dfb71b7c3419d1e0592ce.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_c13dfb71b7c3419d1e0592ce.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_c13dfb71b7c3419d1e0592ce.docx",
      "html_name": "quotation-order_c13dfb71b7c3419d1e0592ce.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_c13dfb71b7c3419d1e0592ce.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_c13dfb71b7c3419d1e0592ce.html",
      "pdf_name": "quotation-order_c13dfb71b7c3419d1e0592ce.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_c13dfb71b7c3419d1e0592ce.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_c13dfb71b7c3419d1e0592ce.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_c13dfb71b7c3419d1e0592ce.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-24 12:06 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "singapore_oceanarium_one_day_ticket",
      "quantity": 2,
      "date": "2026-03-30",
      "quoteAmountSgd": 110,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "http_en_people",
        "telegram_chat_id": "http_en_people",
        "language": "en",
        "source_bot_key": "buyer-agent",
        "source_bot_username": "ShoppingAssistantAgent_Bot",
        "source_channel": "telegram"
      }
    }
  2. 2026-03-24 12:06 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_b6ad7840ff05919d1e0593b0",
      "skuId": "singapore_oceanarium_one_day_ticket",
      "quantity": 2,
      "expiryAt": "2026-03-24T12:11:15+08:00"
    }
  3. 2026-03-24 12:06 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_c13dfb71b7c3419d1e0592ce.docx"
    }
  4. 2026-03-24 12:06 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-24 12:06 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_ba33419b47f2919d1e059865",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-24T12:11:16+08:00",
      "source_context": {
        "source_channel": "telegram",
        "source_bot_key": "buyer-agent",
        "source_bot_username": "ShoppingAssistantAgent_Bot",
        "telegram_user_id": "http_en_people",
        "telegram_chat_id": "http_en_people",
        "telegram_username": null
      }
    }