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 APIarrow-up-right to retrieve your contract with the brand that created the Product Boost campaign.

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.

Step 3: List items in the exception list

Use the exception list APIarrow-up-right to list specific products with boosted payouts.

  1. Follow the example request in the List all items for an exception listarrow-up-right 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:

circle-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.

Last updated

Was this helpful?