Get a SKU List for Boosted Payouts
Last updated
Was this helpful?
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.
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.

Check for SKU exception lists in your API response.
In your API response, navigate to the CampaignTerms attribute to see its PayoutGroups.
Identify any payout group Rules with the Variable value “ITEM_SKU_LIST”.
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.

Use the exception list API to list specific products with boosted payouts.
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).
Your API response will return each item on the SKU exception list with the following details:

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?
Was this helpful?

