Product Resolver

Printer consumables resolved for AI agents.

A focused commerce utility that turns messy purchase intent into exact cartridge families, fit confidence, risk notes, and transparent buying options.

Resolver shape

Structured enough for agents.

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
}

Why ink and toner first

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.

Compatibility layer

Seeded mappings resolve common HP, Brother, Canon, and Epson models to compatible cartridge families.

Transparent access modes

Affiliate-supported calls are free. Neutral calls are priced at one cent once billing is connected.

Disclosure by design

Every affiliate-supported response carries a machine-readable disclosure and keeps neutral output available.

Bulk buying wedge

The first resolver favors high-yield and super-high-yield toner when quantity or business buying intent is detected.

Test endpoint

/resolve

curl "https://productresolver.com/resolve?intent=toner%20for%20Brother%20HL-L6200DW%20qty%2012&mode=affiliate_supported"