> For the complete documentation index, see [llms.txt](https://help.livebuy.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.livebuy.tv/product-tour/referral-overview/buylist.md).

# 導購清單

## 導購總覽

{% hint style="info" %}
導購清單分類細項說明

* **暫存商品：**\
  暫存在 Livebuy 購物車，尚未導購至第三方購物車的商品。
* **已成立：**\
  當消費者在購物袋中，點擊 **「 加入購物車 」** 按鈕後，系統就會立即記錄該筆動作，並視為訂單已成立。
* **已完成：**\
  當消費者在 **第三方電商平台的購物車** 中，點擊 **「 結帳 」** 後，系統就會將該筆清單視為「已完成」。
* **無效導購：**\
  在第三方購物車中刪除導購商品後，此筆導購為無效導購。
  {% endhint %}

<figure><img src="/files/cGCpEm99WFxuqoTDFUuY" alt=""><figcaption><p>訂單資訊 - 導購清單概述</p></figcaption></figure>

### 訊息通知記錄

點選 「 訊息通知記錄 」 選項可查閱已發送 「 結帳提醒 」 的相關統計表列。

{% hint style="info" %}
溫馨提醒：發送結帳提醒，屬於加值服務唷。
{% endhint %}

<figure><img src="/files/4mNDT9LPFsGV1KxPZI08" alt=""><figcaption><p>導購清單 - 訊息通知介紹</p></figcaption></figure>

### 發送結帳提醒

針對將商品加入購物車後但並未完成結帳的消費者，商城可發送訊息（LINE / Telegram / SMS）通知來提醒消費者前往結帳購物車完成訂單。

![](/files/2k0Ggj4EfJyuNoH6Pecz)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.livebuy.tv/product-tour/referral-overview/buylist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
