← 返回商户控制台

订单详情

{
  "order_id": "order_88b707062be5819d1a111aee",
  "merchant_id": "sentosa_demo",
  "sku_id": "singapore_cable_car_mount_faber_line_round_trip",
  "product_name": "Singapore Cable Car - Mount Faber Line Round Trip",
  "quantity": 2,
  "party": {
    "adults": 2,
    "children": 0,
    "seniors": 0
  },
  "date": "2026-03-24",
  "quote_amount_sgd": 66,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "6761269319",
    "telegram_chat_id": "6761269319",
    "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-23T17:40:21+08:00",
  "inventory_lock": {
    "lock_id": "lock_92c89ed593f9e19d1a111b43",
    "sku_id": "singapore_cable_car_mount_faber_line_round_trip",
    "quantity": 2,
    "expiry_at": "2026-03-23T17:45:21+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_88b707062be5819d1a111aee.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_88b707062be5819d1a111aee.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_88b707062be5819d1a111aee.docx",
      "html_name": "quotation-order_88b707062be5819d1a111aee.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_88b707062be5819d1a111aee.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_88b707062be5819d1a111aee.html",
      "pdf_name": "quotation-order_88b707062be5819d1a111aee.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_88b707062be5819d1a111aee.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_88b707062be5819d1a111aee.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_88b707062be5819d1a111aee.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-23 17:40 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "singapore_cable_car_mount_faber_line_round_trip",
      "quantity": 2,
      "date": "2026-03-24",
      "quoteAmountSgd": 66,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "6761269319",
        "telegram_chat_id": "6761269319",
        "language": "zh",
        "source_bot_key": "buyer-agent",
        "source_bot_username": "ShoppingAssistantAgent_Bot",
        "source_channel": "telegram"
      }
    }
  2. 2026-03-23 17:40 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_92c89ed593f9e19d1a111b43",
      "skuId": "singapore_cable_car_mount_faber_line_round_trip",
      "quantity": 2,
      "expiryAt": "2026-03-23T17:45:21+08:00"
    }
  3. 2026-03-23 17:40 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_88b707062be5819d1a111aee.docx"
    }
  4. 2026-03-23 17:40 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-23 17:40 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_ac94758efd01419d1a112b97",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-23T17:45:26+08:00"
    }