Help Center

| Submit or View Help Requests | Developer Docs |

Progress

View desktop instructions
View mobile app instructions
Get a SKU List for Boosted Payouts

If your partnered brand created a Product Boost campaign with boosted payouts 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 to retrieve your contract with the brand that created the Product Boost campaign.

  • Follow the example request in the Retrieve a contract reference.

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

    Screenshot_2025-09-12_at_12_43_04_PM_2.png

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.

    Screenshot_2025-09-12_at_12_39_38_PM_3.png

Step 3: List items in the exception list

Use the exception list API to list specific products with boosted payouts.

  1. Follow the example request in the 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:

    Screenshot_2025-09-12_at_5_24_18_PM.png

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.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.