> For the complete documentation index, see [llms.txt](https://help.cube.mo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/huo-yun-guan-li/ebuy-men-shi-zi-qu/ebuy-token-shen-qing.md).

# eBuy Token 申請

### 一、申請 eBuy OPENAPI Access Code

1. **電郵申請**
   * 發送申請電郵至：<api@ebuy.mo>
   * 範本內容如下：

     > 您好，我是本地做零售，想申請貴司的OPENAPI 的Access Code。\
     > 我的ebuy註冊號: \[打上你個ebuy註冊帳號(電話或電郵)]\
     > 謝謝
   * 建議使用商業註冊用的聯絡資訊
2. **用戶 eBuy 註冊號確認**
   * eBuy註冊號可用您的「eBuy帳號」（註冊時用的電話或電郵）
3. **發送後通知 eBuy 客服**
   * 建議電郵發送完成後，同步用 eBuy 線上客服聯絡，說明已發送API申請
   * 線上客服入口：[eBuy 客服頁面](https://ebuy.mo/zh-MO/default/online-service/help?url=https://ebuy.mo/)
   * 可複製申請內容給客服，加快審批速度

***

### 二、系統對接與運單提交

1. **API獲得與對接**
   * 通過審批後，會收到OPENAPI的Access Code
   * 填寫到以下位置後台設置貨運管理-Ebuy自取-ebuy token

<div align="left"><figure><img src="/files/qXV2op2lTzFHzudGAzt1" alt="" width="375"><figcaption></figcaption></figure></div>

1. **CUBE.mo 後台直接提交運單**
   * 成功接通eBuy API後，可在CUBE.mo後台直接提交運單，不須人工重複輸入

***


---

# 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.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/huo-yun-guan-li/ebuy-men-shi-zi-qu/ebuy-token-shen-qing.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.
