# 強化報酬の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/impact-publisher/reference/contracts-overview) Product Boostキャンペーンを作成したブランドとの契約を取得します。

* 例のリクエストは、 [契約を取得する](https://integrations.impact.com/impact-publisher/reference/retrieve-contract) のリファレンスを参照してください。

  * 正しい資格情報と関連する契約を必ず含めてください `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` 次の `Variable` 値を持つものを `「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：例外リストのアイテムを一覧表示する

を使用して [exception list API](https://integrations.impact.com/impact-publisher/reference/exception-lists-overview) を使用して、引き上げられた支払いの対象となる特定の製品を一覧表示します。

1. 例のリクエストは、 [例外リストのすべてのアイテムを一覧表示する](https://integrations.impact.com/impact-publisher/reference/list-all-items-for-an-exception-list) のリファレンスを参照してください。
   * 正しい資格情報と関連する `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: 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:

```
GET https://help.impact.com/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/contracts/get-a-sku-list-for-boosted-payouts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
