> 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/ja/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/ja/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
アクショントラッカーID,注文ID,通貨コード,金額,カテゴリ,SKU,数量,理由,方法
12345,1076543345142,USD,123.50,追加アイテム_カテゴリ,追加アイテム,追加アイテム_SKU,12,注文更新,UPSERT
12346,1076543345143,USD,98.50,追加アイテム_カテゴリ,追加アイテム,追加アイテム_SKU,11,注文更新,UPSERT
 
```

{% endstep %}

{% step %}

#### データファイルを送信する

参照： [FTP 経由でコンバージョンデータを送信すること](/brand/ja/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/ja/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.
