← 返回商户控制台

订单详情

{
  "order_id": "order_5d8ee5da97a9719d193a353c",
  "merchant_id": "sentosa_demo",
  "sku_id": "skyhelix_sentosa",
  "product_name": "SkyHelix Sentosa",
  "quantity": 2,
  "party": {
    "adults": 2,
    "children": 0,
    "seniors": 0
  },
  "date": "2026-03-24",
  "quote_amount_sgd": 40,
  "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": "FULFILLED",
  "payment_status": "SUCCESS",
  "fulfillment_status": "FULFILLED",
  "created_at": "2026-03-23T13:45:38+08:00",
  "inventory_lock": {
    "lock_id": "lock_1d5a73e08aef719d193a3566",
    "sku_id": "skyhelix_sentosa",
    "quantity": 2,
    "expiry_at": "2026-03-23T13:50:38+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_5d8ee5da97a9719d193a353c.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_5d8ee5da97a9719d193a353c.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_5d8ee5da97a9719d193a353c.docx",
      "html_name": "quotation-order_5d8ee5da97a9719d193a353c.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_5d8ee5da97a9719d193a353c.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_5d8ee5da97a9719d193a353c.html",
      "pdf_name": "quotation-order_5d8ee5da97a9719d193a353c.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_5d8ee5da97a9719d193a353c.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_5d8ee5da97a9719d193a353c.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_5d8ee5da97a9719d193a353c.md"
    },
    "booking_confirmation": {
      "type": "booking-confirmation",
      "file_name": "booking-confirmation-order_5d8ee5da97a9719d193a353c.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_5d8ee5da97a9719d193a353c.docx",
      "file_url": "https://www.monv.io/docs-files/booking-confirmation-order_5d8ee5da97a9719d193a353c.docx",
      "html_name": "booking-confirmation-order_5d8ee5da97a9719d193a353c.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_5d8ee5da97a9719d193a353c.html",
      "html_url": "https://www.monv.io/docs-files/booking-confirmation-order_5d8ee5da97a9719d193a353c.html",
      "pdf_name": "booking-confirmation-order_5d8ee5da97a9719d193a353c.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_5d8ee5da97a9719d193a353c.pdf",
      "pdf_url": "https://www.monv.io/docs-files/booking-confirmation-order_5d8ee5da97a9719d193a353c.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_5d8ee5da97a9719d193a353c.md"
    }
  },
  "payment_ref": "apple_pay_1774244777169",
  "payment_method": "apple_pay"
}

出票结果

{
  "fulfillment_id": "ful_31c2ea7a9fd6d19d193accf2",
  "order_id": "order_5d8ee5da97a9719d193a353c",
  "ticket_code": "ticket_89b63c694a9ae19d193acceb",
  "product_name": "SkyHelix Sentosa",
  "visit_date": "2026-03-24",
  "qr_url": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_89b63c694a9ae19d193acceb",
  "issued_at": "2026-03-23T13:46:17+08:00"
}

交易追踪(事件时间线)

  1. 2026-03-23 13:45 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "skyhelix_sentosa",
      "quantity": 2,
      "date": "2026-03-24",
      "quoteAmountSgd": 40,
      "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 13:45 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_1d5a73e08aef719d193a3566",
      "skuId": "skyhelix_sentosa",
      "quantity": 2,
      "expiryAt": "2026-03-23T13:50:38+08:00"
    }
  3. 2026-03-23 13:45 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_5d8ee5da97a9719d193a353c.docx"
    }
  4. 2026-03-23 13:45 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-23 13:45 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_367dceed52f1719d193a390d",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-23T13:50:39+08:00"
    }
  6. 2026-03-23 13:46 SGT CHECKOUT_COMPLETED
    {
      "sessionId": "ps_367dceed52f1719d193a390d",
      "paymentMethod": "apple_pay",
      "paymentRef": "apple_pay_1774244777169"
    }
  7. 2026-03-23 13:46 SGT FULFILLMENT_ISSUED
    {
      "ticketCode": "ticket_89b63c694a9ae19d193acceb",
      "qrUrl": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_89b63c694a9ae19d193acceb"
    }
  8. 2026-03-23 13:46 SGT DOCUMENT_GENERATED
    {
      "type": "booking_confirmation",
      "file": "booking-confirmation-order_5d8ee5da97a9719d193a353c.docx"
    }