Commission rules let you define how much of each sale a consignor earns. You can set fixed percentages, tiered rates, or advanced formulas depending on your consignment agreements.
Go to the Settings tab in the app and click on Commissions at the top.
Navigate to Settings > Commissions.
Click Add Profile and enter a Profile Name.
Select Edit Formula to open the Formula Builder.
Use the Formula Builder to create custom commission formulas using available tokens and operators.
lineitem_price — Sale price of the product
lineitem_quantity — Multiplies the commission by the quantity of the product sold.
lineitem_discount — Discount applied to the product or its share of a total order discount
lineitem_total_tax — Product’s portion of the checkout tax
shipping_split — Product’s portion of the shipping cost
cost_per_item — Value from Shopify’s cost_per_item
field for the product
Use this section to confirm that your formula behaves as expected before saving.
Field — The product detail used for the condition (e.g., item price, product type, etc.)
Operator — Defines how the condition is matched (e.g., equals, less than, greater than, etc.)
Value — The matching criteria for the condition
Example: Apply commission rule only to products with an item price greater than $100
Here are some common formulas to help you get started:
(lineitem_price * lineitem_quantity) * .50
Awards 50% of the product’s sale price. Does not account for discounts.
(lineitem_price * lineitem_quantity - lineitem_discount) * .50
Awards 50% after deducting any discounts.
cost_per_item * lineitem_quantity
Pays the consignor the flat cost listed in the product’s cost_per_item
field.
(lineitem_price * lineitem_quantity - cost_per_item) * .50
Awards 50% of the profit margin (sale price minus cost).
Once your rules are set, assign them to individual consignors:
Go to the Consignors tab.
Select a consignor’s account.
In their Settings, find the Commission Profile section.
Choose the Commission Rule Set you want to assign.
Note:
- If you don’t assign a specific rule, the consignor will use your Global Rule Set by default.
- Changing a consignor’s rule set will recalculate all unpaid commissions for their account.
We’re happy to walk you through setup or troubleshoot commission calculation issues. Contact our support or schedule a live support meeting.