← 返回商户控制台

订单详情

{
  "order_id": "order_4af6539d8907a19d0b112a68",
  "merchant_id": "sentosa_demo",
  "sku_id": "sentosa_fun_discovery_pass",
  "product_name": "Sentosa Fun Discovery Pass",
  "quantity": 2,
  "date": "2026-04-01",
  "quote_amount_sgd": 60,
  "currency": "SGD",
  "channel": "test",
  "customer": {},
  "status": "DRAFT",
  "payment_status": "NONE",
  "fulfillment_status": "NONE",
  "created_at": "2026-03-20T19:46:07+08:00",
  "inventory_lock": {
    "lock_id": "lock_cbe6414e2899d19d0b112a70",
    "sku_id": "sentosa_fun_discovery_pass",
    "quantity": 2,
    "expiry_at": "2026-03-20T19:51:07+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_4af6539d8907a19d0b112a68.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_4af6539d8907a19d0b112a68.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_4af6539d8907a19d0b112a68.docx",
      "html_name": "quotation-order_4af6539d8907a19d0b112a68.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_4af6539d8907a19d0b112a68.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_4af6539d8907a19d0b112a68.html",
      "pdf_name": "quotation-order_4af6539d8907a19d0b112a68.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_4af6539d8907a19d0b112a68.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_4af6539d8907a19d0b112a68.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_4af6539d8907a19d0b112a68.md"
    }
  }
}

出票结果

{}

交易追踪(事件时间线)

  1. 2026-03-20 19:46 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "sentosa_fun_discovery_pass",
      "quantity": 2,
      "date": "2026-04-01",
      "quoteAmountSgd": 60,
      "channel": "test",
      "customer": {}
    }
  2. 2026-03-20 19:46 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_cbe6414e2899d19d0b112a70",
      "skuId": "sentosa_fun_discovery_pass",
      "quantity": 2,
      "expiryAt": "2026-03-20T19:51:07+08:00"
    }
  3. 2026-03-20 19:46 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_4af6539d8907a19d0b112a68.docx"
    }