# Get a SKU List for Boosted Payouts

If your partnered brand created a Product Boost campaign with [boosted payouts](https://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/working-with-brands/contracts/boosted-product-payouts-explained) for specific product SKUs, you can follow the steps below to list those items and identify which products to prioritize in your promotions.

#### Step 1: Retrieve the contract’s campaign terms

Use the [contracts API](https://integrations.impact.com/impact-publisher/reference/contracts-overview) to retrieve your contract with the brand that created the Product Boost campaign.

* Follow the example request in the [Retrieve a contract](https://integrations.impact.com/impact-publisher/reference/retrieve-contract) reference.

  * Make sure to include the correct credentials and relevant contract `Id`.

  <div data-with-frame="true"><figure><img src="https://347878556-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>

#### Step 2: Look for SKU exception lists

Check for SKU exception lists in your API response.

1. In your API response, navigate to the `CampaignTerms` attribute to see its `PayoutGroups`.
2. Identify any payout group `Rules` with the `Variable` value `“ITEM_SKU_LIST”`.
3. Take note of the SKU list’s identifier, as you’ll use it in the next step.

   * E.g., if `ITEM_SKU_LIST` `IS` `11356`  → “**11356**” is the identifier.

   <div data-with-frame="true"><figure><img src="https://347878556-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>

#### Step 3: List items in the exception list

Use the [exception list API](https://integrations.impact.com/impact-publisher/reference/exception-lists-overview) to list specific products with boosted payouts.

1. Follow the example request in the [List all items for an exception list](https://integrations.impact.com/impact-publisher/reference/list-all-items-for-an-exception-list) reference.
   * Make sure to enter the correct credentials and the relevant `ExceptionListId` (use the SKU list’s identifier from earlier).
2. Your API response will return each item on the SKU exception list with the following details:

   <div data-with-frame="true"><figure><img src="https://347878556-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" %}
**Tip:** Consider asking your technical team to automate this process, e.g., set up logic to automatically identify when a Product Boost campaign term includes `ITEM_SKU_LIST`.
{% endhint %}
