> 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/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/contracts/get-a-sku-list-for-boosted-payouts.md).

# 強化報酬対象のSKUリストを取得する

提携ブランドが、次の条件で Product Boost キャンペーンを作成した場合 [報酬の上乗せ](/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/contracts/boosted-product-payouts-explained.md) 特定の商品 SKU に対しては、以下の手順に従ってそれらの商品を一覧化し、プロモーションで優先すべき商品を特定できます。

#### 手順 1: 契約のキャンペーン条件を取得する

「 [contracts API](https://integrations.impact.com/partner-api-reference/reference/contracts) Product Boost キャンペーンを作成したブランドとの契約を取得します。

* のサンプルリクエストに従ってください。 [契約を取得する](https://integrations.impact.com/partner-api-reference/reference/contracts/contracts) リファレンス。

  * 正しい認証情報と、関連する契約 `Id`.

  <div data-with-frame="true"><figure><img src="/files/b117270cb0bc48f06b75cf5b63bebb9eacb98a4e" alt="" width="556"><figcaption></figcaption></figure></div>

#### 手順 2: SKU 例外リストを確認する

API レスポンスで SKU 例外リストを確認します。

1. API レスポンスで、 `CampaignTerms` 属性に移動して、その `PayoutGroups`.
2. 任意の報酬グループを特定します `Rules` と `変数` 値 `“ITEM_SKU_LIST”`.
3. SKU リストの識別子をメモしておいてください。次の手順で使用します。

   * たとえば、 `ITEM_SKU_LIST` `が` `11356` → “**11356**” が識別子です。

   <div data-with-frame="true"><figure><img src="/files/ba93207f1f924f756a51459f7dc3e027bdc6e517" alt="" width="489"><figcaption></figcaption></figure></div>

#### 手順 3: 例外リスト内の商品を一覧表示する

「 [例外リスト API](https://integrations.impact.com/partner-api-reference/reference/exception-lists) 上乗せ報酬の対象となる特定の商品を一覧表示します。

1. のサンプルリクエストに従ってください。 [例外リストのすべての項目を一覧表示する](https://integrations.impact.com/partner-api-reference/reference/exception-lists/exception-lists) リファレンス。
   * 正しい認証情報と関連する `ExceptionListId` (前述の SKU リストの識別子を使用します)。
2. API レスポンスでは、SKU 例外リストの各項目が次の詳細とともに返されます:

   <div data-with-frame="true"><figure><img src="/files/e5efac2ce2846b60c76ae0260b4c8335d68e5902" alt="" width="539"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**ヒント：** このプロセスの自動化について技術チームに相談することを検討してください。たとえば、Product Boost キャンペーン条件に次が含まれる場合を自動的に識別するロジックを設定します `ITEM_SKU_LIST`.
{% 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/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/contracts/get-a-sku-list-for-boosted-payouts.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.
