← 返回商户控制台

订单详情

{
  "order_id": "order_b3b1a5d2bf96719d18b6eb9a",
  "merchant_id": "sentosa_demo",
  "sku_id": "singapore_oceanarium_one_day_ticket",
  "product_name": "Singapore Oceanarium 单日门票",
  "quantity": 2,
  "party": {
    "adults": 0,
    "children": 0,
    "seniors": 0
  },
  "date": "2026-03-24",
  "quote_amount_sgd": 110,
  "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-23T11:22:14+08:00",
  "inventory_lock": {
    "lock_id": "lock_9fe181bd6c46c19d18b6ebbc",
    "sku_id": "singapore_oceanarium_one_day_ticket",
    "quantity": 2,
    "expiry_at": "2026-03-23T11:27:14+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_b3b1a5d2bf96719d18b6eb9a.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_b3b1a5d2bf96719d18b6eb9a.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_b3b1a5d2bf96719d18b6eb9a.docx",
      "html_name": "quotation-order_b3b1a5d2bf96719d18b6eb9a.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_b3b1a5d2bf96719d18b6eb9a.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_b3b1a5d2bf96719d18b6eb9a.html",
      "pdf_name": "quotation-order_b3b1a5d2bf96719d18b6eb9a.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_b3b1a5d2bf96719d18b6eb9a.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_b3b1a5d2bf96719d18b6eb9a.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_b3b1a5d2bf96719d18b6eb9a.md"
    },
    "booking_confirmation": {
      "type": "booking-confirmation",
      "file_name": "booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.docx",
      "file_url": "https://www.monv.io/docs-files/booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.docx",
      "html_name": "booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.html",
      "html_url": "https://www.monv.io/docs-files/booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.html",
      "pdf_name": "booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.pdf",
      "pdf_url": "https://www.monv.io/docs-files/booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.md"
    }
  },
  "payment_ref": "apple_pay_1774236144103",
  "payment_method": "apple_pay"
}

出票结果

{
  "fulfillment_id": "ful_6cc067ce888c119d18b71202",
  "order_id": "order_b3b1a5d2bf96719d18b6eb9a",
  "ticket_code": "ticket_a5c05628cb7a919d18b711fd",
  "product_name": "Singapore Oceanarium 单日门票",
  "visit_date": "2026-03-24",
  "qr_url": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_a5c05628cb7a919d18b711fd",
  "issued_at": "2026-03-23T11:22:24+08:00"
}

交易追踪(事件时间线)

  1. 2026-03-23 11:22 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "singapore_oceanarium_one_day_ticket",
      "quantity": 2,
      "date": "2026-03-24",
      "quoteAmountSgd": 110,
      "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 11:22 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_9fe181bd6c46c19d18b6ebbc",
      "skuId": "singapore_oceanarium_one_day_ticket",
      "quantity": 2,
      "expiryAt": "2026-03-23T11:27:14+08:00"
    }
  3. 2026-03-23 11:22 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_b3b1a5d2bf96719d18b6eb9a.docx"
    }
  4. 2026-03-23 11:22 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-23 11:22 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_2e4432042800c19d18b6ef2a",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-23T11:27:15+08:00"
    }
  6. 2026-03-23 11:22 SGT CHECKOUT_COMPLETED
    {
      "sessionId": "ps_2e4432042800c19d18b6ef2a",
      "paymentMethod": "apple_pay",
      "paymentRef": "apple_pay_1774236144103"
    }
  7. 2026-03-23 11:22 SGT FULFILLMENT_ISSUED
    {
      "ticketCode": "ticket_a5c05628cb7a919d18b711fd",
      "qrUrl": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_a5c05628cb7a919d18b711fd"
    }
  8. 2026-03-23 11:22 SGT DOCUMENT_GENERATED
    {
      "type": "booking_confirmation",
      "file": "booking-confirmation-order_b3b1a5d2bf96719d18b6eb9a.docx"
    }