> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codashop-yu-distrubution/pi-liang-shang-chuan-ku-cun-sku/2.-pi-liang-shang-chuan-jia-ge-yu-sku-tu-pian.md).

# 2. 批量上传价格与 SKU 图片

1. 点击**批量上传 (Bulk Upload)** 选项，从 CSV 文件上传产品 SKU 条目及图片。

<figure><img src="/files/0A64Yljzu3wMYHwhiJCm" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/m5mspHaWBpgdDSRbOlWI" alt=""><figcaption></figcaption></figure>

2. 点击下图所示的**定价模板 (Pricing Template)** 选项，上传您的 [Coda 定价模板](https://docs.google.com/document/d/1DvDZZh63-RZqA-JKpluMWy3VGUfpGiudOmfcyOXjZvU/edit#heading=h.b9nl88ihgxkw) CSV 文件。

<figure><img src="https://files.readme.io/27dca08-image2.png" alt=""><figcaption></figcaption></figure>

3. 请务必检查 CSV 文件中的所有表头是否与检测到的表头匹配。如不匹配，请进行相应修改并重新上传文件，以避免数据不一致。

<figure><img src="https://files.readme.io/9c68e5c-image19.png" alt=""><figcaption></figcaption></figure>

4. 确认无误后，点击“确认”继续导入。您将看到导入摘要，显示已导入的产品、检测到的语言，以及因表格中数据缺失而导致的失败摘要。

   <br>

   <figure><img src="https://files.readme.io/0b8e7ef-image20.png" alt=""><figcaption></figcaption></figure>
5. 点击 SKU 图片选项上传所有产品和包装的 SKU 图片。
6. 一旦完成，点击确认并继续导入。导入摘要将突出显示成功导入的图像数量。

<figure><img src="https://files.readme.io/bc2d928-image12.png" alt=""><figcaption></figcaption></figure>

7. （可选）同样地，上传[附加产品信息模板](https://docs.google.com/document/d/1DvDZZh63-RZqA-JKpluMWy3VGUfpGiudOmfcyOXjZvU/edit#heading=h.4kn0r48y1ha8)并继续导入。点击附加信息模板选项以上传包裹项目。

搞定！您的 SKU 现已上传至后台！


---

# 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://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codashop-yu-distrubution/pi-liang-shang-chuan-ku-cun-sku/2.-pi-liang-shang-chuan-jia-ge-yu-sku-tu-pian.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.
