> 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/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/set-payout-rules-for-exception-lists.md).

# 为例外列表设置支付规则

一旦类别、SKU 或促销代码例外列表处于启用状态，您可以将其添加到模板条款下的 **支付组** 选项。

{% hint style="success" %}
**支付逻辑：** 如果满足某个支付组的条件，它将把支付变更应用到与模板条款默认支付相同的级别（订单或商品）。例如，如果您的默认支付是在商品级别应用支付，那么当特定商品落入该支付组中输入的类别时，这些商品的支付将会更改。
{% endhint %}

#### 为例外列表设置支付规则

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **合同 → 模板条款**.
2. 将鼠标悬停在您想添加例外列表的模板条款上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]→修改条款**.
   * 如果您想创建新的模板条款，请选择 **创建模板条款** 在右上角。
3. 在 *支付组*下，选择 ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]**，然后选择 **新增**.
4. 从第一个 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 旁边的 *规则*，选择以下选项之一：

   * 订单促销代码列表
   * 商品类别列表
   * 商品 SKU 列表

   如果您的版本不包括 SKU 或促销代码例外列表，则这些规则选项不会显示。
5. 通过选择继续配置规则 **是** 作为运算符以及例外列表条目的值。列表名称将根据已设置的内容自动填充。
   * 例如 `商品类别列表` `是` `服装`
6. 将 **付款** 您希望列表中的商品使用的值。
7. 选择 **添加** 以完成该流程。

   <div data-with-frame="true"><figure><img src="/files/194d5d13c3d97d7b67e6e12d1ea1edc8fbadbe2d" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="success" %}
**注意：** 您可以在适用的模板条款中查看并下载这些例外列表。
{% 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/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/set-payout-rules-for-exception-lists.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.
