> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/submit-conversion-data/submit-new-skus-after-conversion.md).

# 转化后提交新的 SKU

在某些情况下，用户在订单被跟踪后可以返回该订单并添加更多产品。在这些情况下，您可以通过 FTP 将新产品提交到 impact.com，由我们为您执行 UPSERT。了解更多关于 [通过 FTP 提交转化数据](/brand/zh/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/submit-conversion-data/submit-conversion-data-via-ftp-or-email.md)。如果您在此过程中需要更多帮助，请联系您的 CSM（或 [联系支持团队](https://app.impact.com/support/portal.ihtml?createTicket=true)).

#### 要求

订单的开放且已计费记录必须已存在于 impact.com 中。尝试向已锁定订单 upsert 商品将会失败。

{% stepper %}
{% step %}

#### 准备您的数据

您可以使用下面的 .csv 模板来帮助组织您的数据。第 2 行和第 3 行中的示例值应替换为您自己的数据。

```programlisting
ActionTrackerId,OrderId,CurrencyCode,Amount,Category,Sku,Quantity,Reason,Method
12345,1076543345142,USD,123.50,新增_商品_类别,新增_商品,新增_商品_Sku,12,订单_更新,UPSERT
12346,1076543345143,USD,98.50,新增_商品_类别,新增_商品,新增_商品_Sku,11,订单_更新,UPSERT
 
```

{% endstep %}

{% step %}

#### 提交你的数据文件

请参阅 [通过 FTP 提交转化数据](/brand/zh/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/submit-conversion-data/submit-conversion-data-via-ftp-or-email.md) 用于帮助将您的 FTP 数据提交到 impact.com。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**注意：** 对最初订单应用的任何折扣都不会重新处理。
{% endhint %}


---

# 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.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/submit-conversion-data/submit-new-skus-after-conversion.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.
