# 获取提升结算的 SKU 列表

如果您合作的品牌使用以下方式创建了产品提升（Product Boost）活动， [提高的支付](https://help.impact.com/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/working-with-brands/contracts/boosted-product-payouts-explained) 针对特定产品 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="https://1152657667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2Fgit-blob-30c0c4e869552970936c2ea3b77284d08fa4d39c%2F5a30133423c2b1d6d327d75ade6042a250c3f90cd454108c0feb1a187992ab94.png?alt=media" 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="https://1152657667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2Fgit-blob-8dd8ded92a20201219c1f08ffa34089c0fa4d2b0%2F0a98bc2690474b9507b5192fa20b484ed2b67eb1736bc5038cd9614363ccdc57.png?alt=media" 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="https://1152657667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2Fgit-blob-9665f35d8dab7d27206ad141a4d80ef302a2a326%2Fc3498a02fee726a86b35a9aa45b83a54ca9d728138a255142e018e68fc7a58dd.png?alt=media" alt="" width="539"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**提示：** 考虑请您的技术团队将此过程自动化，例如设置逻辑以在产品提升活动条款包含时自动识别 `ITEM_SKU_LIST`.
{% endhint %}
