Marketplace Vendor Commission
A multi-vendor marketplace commission system where every vendor whose product appears in a transaction earns their percentage independently. Built for platforms that split revenue between vendors and the marketplace operator.
What's Included
Vendor Commission Program
What This Recipe Does
This recipe creates a vendor commission program for multi-vendor marketplaces. Each vendor earns 70% of the revenue from their own product sales, and the marketplace platform keeps the remaining 30%. When a customer places an order containing products from multiple vendors, every vendor whose products appear in that order earns their commission independently.
The key difference from a standard affiliate program is the resolver: this recipe uses “every binding wins” instead of “newest binding wins.” In a typical affiliate setup, only one collaborator earns per transaction. In a marketplace, that would mean only one vendor gets paid per order, which breaks the entire model. With “every binding wins,” all vendors with products in the order earn simultaneously.
Who It’s For
- Marketplace operators running multi-vendor storefronts where each vendor lists and sells their own products through a shared platform
- Platform owners who need automated revenue splitting between the marketplace and its vendors without manual calculations
- WooCommerce store owners using vendor or marketplace plugins who want a clean, trackable commission system for paying vendors their share
How It Works
When you apply this recipe, Siren creates a program that watches for a specific engagement event: collaborator product sold. Each vendor in your marketplace is added as a collaborator and linked to their products. When a customer purchases a product, Siren checks which vendor owns it and records the engagement.
The “every binding wins” resolver is what makes this work for marketplaces. Unlike resolvers that pick a single winner per transaction, this one pays every collaborator who has a qualifying engagement. If a customer’s cart contains items from three different vendors, all three earn their 70% cut on their respective sales. No vendor is excluded because another vendor’s product was also in the cart.
The 70/30 split is a common marketplace default. The vendor keeps the majority because they supply the product, handle fulfillment, and bear inventory risk. The platform keeps 30% for providing the storefront, customer acquisition, and infrastructure. You can adjust this split when applying the recipe or change it later in the program settings.
Commissions are calculated on line item totals only. Shipping, taxes, and fees are excluded, giving you a clean cost structure that vendors can understand and predict.
{
"version": 1,
"name": "Marketplace Vendor Commission",
"description": "A multi-vendor marketplace commission program. Every vendor earns 70% of their product sales independently.",
"programs": {
"vendor": {
"name": "Vendor Commission Program",
"description": "Earn 70% of every sale of your products on the marketplace.",
"incentiveType": "saleTransactionPercentage",
"incentiveResolverType": "EveryBindingWins",
"units": "USD",
"status": "active",
"incentiveAmount": 70,
"engagementTypes": [
{ "type": "collaboratorProductSold", "value": 100.0 }
],
"transactionCompilers": ["includeLineItems"]
}
}
} Frequently Asked Questions
What happens when a customer buys products from multiple vendors in one order?
Every vendor whose product appears in the order earns their commission independently. If a customer buys from three vendors, all three receive 70% of their respective product sales. There is no competition between vendors.
How does Siren know which products belong to which vendor?
Each vendor is added as a collaborator and linked to their products. When a customer purchases a linked product, Siren automatically attributes the sale to the correct vendor.
Can I set different commission rates for different vendors?
This recipe applies a single rate to all vendors in the program. To set per-vendor rates, you would create separate programs for each vendor or adjust individual collaborator settings in the Siren admin.
Does the 70% include shipping and taxes?
No. Commissions are calculated on line item totals only. Shipping, taxes, and fees are excluded from the calculation.
More Recipes
Affiliate and Lead Gen Combo
Two programs in a single group, one paying percentage commissions on sales and the other paying a flat bounty per lead. The program group ensures only one fires per opportunity based on first-touch attribution.
2 programs, 1 program group
Affiliate and Royalty Stack
Two independent programs that fire on the same transaction. Affiliates earn 25% for driving the sale, and product creators earn 50% royalty when their content sells. Both pay out simultaneously because the programs are intentionally ungrouped.
2 programs
Ambassador and Affiliate Dual Program
Two independent programs running side by side. A high-commission ambassador program for hand-picked partners and a standard affiliate program open to anyone, each with its own commission rate.
2 programs
B2B Referral Program
B2B referral program software for high-value partnerships. Pays a flat $50 bounty per referred sale with first-touch attribution, built for businesses where referrals are infrequent but each conversion carries significant value.
1 program