# 获取提升佣金的 SKU 列表

如果您合作的品牌使用以下方式创建了产品提升（Product Boost）活动， [提高的支付](/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/working-with-brands/contracts/boosted-product-payouts-explained.md) 针对特定产品 SKU，您可以按照以下步骤列出这些商品并确定在推广中优先考虑哪些产品。

#### 步骤 1：检索合同的活动条款

使用 [contracts API](https://integrations.impact.com/impact-publisher/reference/contracts-overview) 以检索与创建产品提升活动的品牌签订的合同。

* 按照 [检索合同](https://integrations.impact.com/impact-publisher/reference/retrieve-contract) 参考。

  * 确保包含正确的凭证和相关的合同 `Id`.

  <div data-with-frame="true"><figure><img src="/files/942129d16e2cf75f52c56caa88cc22ec140ed114" 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/34a835eb0e9d5936d047aab01de30125283eec75" 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/08019a64cedc2107531507c8cac9de1c3e8284be" alt="" width="539"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**提示：** 考虑请您的技术团队将此过程自动化，例如设置逻辑以在产品提升活动条款包含时自动识别 `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/zh/nin-xiang-liao-jie-shen-me/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.
