What This Integration Does
The GoAffPro integration pulls your affiliate and group data from GoAffPro into CreatorCommerce. Once connected, CreatorCommerce will automatically create and update creators and collaborations based on your GoAffPro affiliates — and map your GoAffPro groups to CreatorCommerce tiers so each group gets its own co-branded destination.
Step 1: Connect Your GoAffPro API Key
1. In CreatorCommerce, open your channel dashboard.
2. Click the **Integrations** tab.
3. Find **GoAffPro** in the list of available integrations and click **Setup**.
4. Paste in your **GoAffPro API key** and save.
That's it for the connection — CreatorCommerce can now talk to your GoAffPro account.

Step 2: Set Up the GoAffPro Shopify Flow Sync
CreatorCommerce syncs data from GoAffPro via a sync endpoint that you trigger on a schedule. The easiest way to automate this is with Shopify Flow.
1. In your Shopify admin, go to Shopify Flow and create a new workflow.
2. Set the trigger to run on a scheduled interval, We recommend **every 30 minutes** as a good default — frequent enough to keep data fresh without being excessive.
- If you need near-real-time updates, you can bring this down to **every 10 minutes**.
- If you prefer to batch things, you can push it out to **every few hours**.
3. Set the action toSend HTTP Request (or use the CreatorCommerce Shopify Flow action) to call the sync endpoint:
POST /webhooks/integrations/goaffpro/webhooks/affiliates/sync
Content-Type: application/json
{ "shopify_domain": "your-store.myshopify.com"}
Replace `your-store.myshopify.com` with your actual Shopify domain.
Once this flow is active, CreatorCommerce will automatically pull your latest GoAffPro data at whatever cadence you chose.
Step 3: Organize Your GoAffPro Groups
CreatorCommerce maps **GoAffPro groups** to **CreatorCommerce tiers**. Any GoAffPro group that has affiliates in it will be synced into CreatorCommerce as a tier.
- In GoAffPro, navigate to Groups.
- Make sure your affiliates are organized into the groups you want to use — for example, "Ambassadors," "VIPs," or "Affiliates."
- Only groups that have people in them will be synced as tiers in CreatorCommerce, so make sure the groups you care about are populated.
- This is how you control which tiers show up in CreatorCommerce and how your affiliates are segmented.

Step 4: Configure Your Destinations in CreatorCommerce
Destinations control where shoppers land after clicking an affiliate link. Now that your GoAffPro groups are syncing as tiers, you can assign each tier to a specific co-branded experience.
- In CreatorCommerce, go to Collaborations → Destinations.
- Click on any destination.
- Select the tiers (synced from your GoAffPro groups) that you want routed to that destination.
For example, you might route your "Ambassadors" tier to a full co-branded landing page while routing your "Affiliates" tier to a collection page. See the [Destinations Explained](https://creatorcommerce.dev/guides/storefronts/destinations-explained) guide for a full breakdown of destination types and strategies.
Step 5: Set Your GoAffPro Redirect URL
This is the final and most important step. For CreatorCommerce to resolve affiliates, determine their destination, and deliver the co-branded experience, all affiliate link traffic needs to route through the CreatorCommerce redirect endpoint.
In GoAffPro, set the destination URL for your affiliate links to:
/apps/cc-storefront/redirect
This means your full affiliate link URL will look something like:
https://your-store.myshopify.com/apps/cc-storefront/redirect
When a shopper clicks an affiliate link, CreatorCommerce intercepts the click, identifies the creator, determines their tier and destination, preserves all existing tracking parameters, and redirects the shopper to the right co-branded page.
You're All Set
Once you've completed these five steps, your GoAffPro integration is fully live. Here's a quick recap of the flow:
- GoAffPro data syncs into CreatorCommerce on your chosen schedule.
- Groups become tiers giving you segmented control over your affiliate experiences.
- Destinations route traffic to the right co-branded pages based on tier.
- The redirect endpoint ensures every affiliate click lands on a personalized experience with full attribution tracking intact.
If you run into any issues, check that your API key is correct, your Shopify Flow is active, and your GoAffPro affiliate links are pointed at `/apps/cc-storefront/redirect`.






%201.png)
%201.png)