Compatibility layer
Seeded mappings resolve common HP, Brother, Canon, and Epson models to compatible cartridge families.
Product Resolver
A focused commerce utility that turns messy purchase intent into exact cartridge families, fit confidence, risk notes, and transparent buying options.
Resolver shape
The API keeps responses compact: exact fit, confidence, buy options, disclosure, and telemetry hints.
POST /resolve
{
"intent": "high yield toner for Brother HL-L6200DW, quantity 12",
"mode": "affiliate_supported",
"region": "US"
}{
"printer_model": "Brother HL-L6200DW",
"compatible_families": ["TN820", "TN850", "TN880", "DR820"],
"best_match": "Brother Genuine TN880 Super High Yield Black Toner",
"confidence": 0.96,
"fit_status": "seed_verified",
"call_cost_usd": 0,
"affiliate_supported": true
}Companies reorder printer supplies repeatedly, but the matching logic is annoying: printer model, cartridge family, yield class, OEM versus compatible, drum units, and bulk quantity all matter.
Seeded mappings resolve common HP, Brother, Canon, and Epson models to compatible cartridge families.
Affiliate-supported calls are free. Neutral calls are priced at one cent once billing is connected.
Every affiliate-supported response carries a machine-readable disclosure and keeps neutral output available.
The first resolver favors high-yield and super-high-yield toner when quantity or business buying intent is detected.
Test endpoint
curl "https://productresolver.com/resolve?intent=toner%20for%20Brother%20HL-L6200DW%20qty%2012&mode=affiliate_supported"