How to set up carrier methods
Carrier Methods are the shipping options shown at checkout. Each carrier method contains:
- A name that customers see
- A base rate
- A minimum charge
- Extra fees (surcharges)
- Shipping time (ETA)
- A DIM factor for calculating dimensional weight
Steps
- In Shopify Admin → open Apps → MP Advanced B2B Shipping
- Go to Carrier methods
- Click Add new method
- Fill in:
- Display name: For example, “Express Delivery”
- Code: Pre-filled, but you can edit
- Status: Turn ON if you want customers to see it
- Enter Base rate (required)
- Add Min charge (optional)
- Turn ON Charges options to add surcharges
- Set:
- ETA min/max
- DIM factor (or use the global default)
- Click Save
For example:
- Express Delivery
- Base rate: $2.00 per BW (billable weight)
- Min charge: $10.00
- Extra handling: $3.00 surcharge
If an order’s billable weight = 3.5kg → Shipping = max(3.5kg x $2 = $7, Min charge $10) + $3 surcharge = $13
This is exactly how the app calculates fees at checkout.