← 返回商户控制台

订单详情

{
  "order_id": "order_8bef5dc83ba4319d4c5a449a",
  "merchant_id": "sentosa_demo",
  "sku_id": "universal_studios_singapore_one_day_ticket",
  "product_name": "Universal Studios Singapore 单日门票",
  "quantity": 2,
  "party": {
    "adults": 2,
    "children": 0,
    "seniors": 0
  },
  "date": "2026-04-03",
  "quote_amount_sgd": 152,
  "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-04-02T12:01:18+08:00",
  "inventory_lock": {
    "lock_id": "lock_1f08edb40ff8919d4c5a4d3e",
    "sku_id": "universal_studios_singapore_one_day_ticket",
    "quantity": 2,
    "expiry_at": "2026-04-02T12:06:19+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_8bef5dc83ba4319d4c5a449a.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_8bef5dc83ba4319d4c5a449a.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_8bef5dc83ba4319d4c5a449a.docx",
      "html_name": "quotation-order_8bef5dc83ba4319d4c5a449a.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_8bef5dc83ba4319d4c5a449a.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_8bef5dc83ba4319d4c5a449a.html",
      "pdf_name": "quotation-order_8bef5dc83ba4319d4c5a449a.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_8bef5dc83ba4319d4c5a449a.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_8bef5dc83ba4319d4c5a449a.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_8bef5dc83ba4319d4c5a449a.md"
    },
    "booking_confirmation": {
      "type": "booking-confirmation",
      "file_name": "booking-confirmation-order_8bef5dc83ba4319d4c5a449a.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_8bef5dc83ba4319d4c5a449a.docx",
      "file_url": "https://www.monv.io/docs-files/booking-confirmation-order_8bef5dc83ba4319d4c5a449a.docx",
      "html_name": "booking-confirmation-order_8bef5dc83ba4319d4c5a449a.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_8bef5dc83ba4319d4c5a449a.html",
      "html_url": "https://www.monv.io/docs-files/booking-confirmation-order_8bef5dc83ba4319d4c5a449a.html",
      "pdf_name": "booking-confirmation-order_8bef5dc83ba4319d4c5a449a.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_8bef5dc83ba4319d4c5a449a.pdf",
      "pdf_url": "https://www.monv.io/docs-files/booking-confirmation-order_8bef5dc83ba4319d4c5a449a.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_8bef5dc83ba4319d4c5a449a.md"
    }
  },
  "payment_ref": "apple_pay_1775102519302",
  "payment_method": "apple_pay"
}

出票结果

{
  "fulfillment_id": "ful_ffb26355706e119d4c5ae8d2",
  "order_id": "order_8bef5dc83ba4319d4c5a449a",
  "ticket_code": "ticket_0c58eaab1ef1b19d4c5ae8a8",
  "product_name": "Universal Studios Singapore 单日门票",
  "visit_date": "2026-04-03",
  "qr_url": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_0c58eaab1ef1b19d4c5ae8a8",
  "issued_at": "2026-04-02T12:01:59+08:00"
}

交易追踪(事件时间线)

  1. 2026-04-02 12:01 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "universal_studios_singapore_one_day_ticket",
      "quantity": 2,
      "date": "2026-04-03",
      "quoteAmountSgd": 152,
      "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-04-02 12:01 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_1f08edb40ff8919d4c5a4d3e",
      "skuId": "universal_studios_singapore_one_day_ticket",
      "quantity": 2,
      "expiryAt": "2026-04-02T12:06:19+08:00"
    }
  3. 2026-04-02 12:01 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_8bef5dc83ba4319d4c5a449a.docx"
    }
  4. 2026-04-02 12:01 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-04-02 12:01 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_63bdcbeeb463c19d4c5a58b0",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-04-02T12:06:22+08:00",
      "source_context": {
        "source_channel": "telegram",
        "source_bot_key": "buyer-agent",
        "source_bot_username": "ShoppingAssistantAgent_Bot",
        "telegram_user_id": "6761269319",
        "telegram_chat_id": "6761269319",
        "telegram_username": null
      }
    }
  6. 2026-04-02 12:01 SGT CHECKOUT_COMPLETED
    {
      "sessionId": "ps_63bdcbeeb463c19d4c5a58b0",
      "paymentMethod": "apple_pay",
      "paymentRef": "apple_pay_1775102508189"
    }
  7. 2026-04-02 12:01 SGT FULFILLMENT_ISSUED
    {
      "ticketCode": "ticket_00852af86065c19d4c5abd87",
      "qrUrl": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_00852af86065c19d4c5abd87"
    }
  8. 2026-04-02 12:01 SGT DOCUMENT_GENERATED
    {
      "type": "booking_confirmation",
      "file": "booking-confirmation-order_8bef5dc83ba4319d4c5a449a.docx"
    }
  9. 2026-04-02 12:01 SGT CHECKOUT_COMPLETED
    {
      "sessionId": "ps_63bdcbeeb463c19d4c5a58b0",
      "paymentMethod": "apple_pay",
      "paymentRef": "apple_pay_1775102519302"
    }
  10. 2026-04-02 12:01 SGT FULFILLMENT_ISSUED
    {
      "ticketCode": "ticket_0c58eaab1ef1b19d4c5ae8a8",
      "qrUrl": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_0c58eaab1ef1b19d4c5ae8a8"
    }
  11. 2026-04-02 12:02 SGT DOCUMENT_GENERATED
    {
      "type": "booking_confirmation",
      "file": "booking-confirmation-order_8bef5dc83ba4319d4c5a449a.docx"
    }