← 返回商户控制台

订单详情

{
  "order_id": "order_0a451239c546519d0ba87abd",
  "merchant_id": "sentosa_demo",
  "sku_id": "universal_studios_singapore_one_day_ticket",
  "product_name": "Universal Studios Singapore 单日门票",
  "quantity": 3,
  "party": {
    "adults": 2,
    "children": 1,
    "seniors": 0
  },
  "date": "2026-03-22",
  "quote_amount_sgd": 228,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {},
  "status": "DRAFT",
  "payment_status": "NONE",
  "fulfillment_status": "NONE",
  "created_at": "2026-03-20T22:31:24+08:00",
  "inventory_lock": {
    "lock_id": "lock_024c2c162f08e19d0ba87adc",
    "sku_id": "universal_studios_singapore_one_day_ticket",
    "quantity": 3,
    "expiry_at": "2026-03-20T22:36:24+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_0a451239c546519d0ba87abd.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_0a451239c546519d0ba87abd.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_0a451239c546519d0ba87abd.docx",
      "html_name": "quotation-order_0a451239c546519d0ba87abd.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_0a451239c546519d0ba87abd.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_0a451239c546519d0ba87abd.html",
      "pdf_name": "quotation-order_0a451239c546519d0ba87abd.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_0a451239c546519d0ba87abd.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_0a451239c546519d0ba87abd.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_0a451239c546519d0ba87abd.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-20 22:31 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "universal_studios_singapore_one_day_ticket",
      "quantity": 3,
      "date": "2026-03-22",
      "quoteAmountSgd": 228,
      "channel": "telegram",
      "customer": {}
    }
  2. 2026-03-20 22:31 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_024c2c162f08e19d0ba87adc",
      "skuId": "universal_studios_singapore_one_day_ticket",
      "quantity": 3,
      "expiryAt": "2026-03-20T22:36:24+08:00"
    }
  3. 2026-03-20 22:31 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_0a451239c546519d0ba87abd.docx"
    }