HomeBlogContactSupport
Currency
Language
Real-time Data

Availability monitoring

Watch production-sensitive SKUs and react when allocation or lead times shift unexpectedly.

Track critical components

Use `inventory.availability` for a light-weight status check or `automation.triggers.create` to receive push notifications when thresholds change.

const availability = await client.call("inventory.availability", {
  sku: "STM32F405RGT6",
  distributors: ["sourceparts", "digikey"]
});

Promote alerts to workflows

Pair availability signals with automation actions to escalate issues to sourcing teams or spin up alternate quotes automatically.

  • Include escalation contacts in the trigger payload so Source Parts can notify the right buyer.
  • Mirror alert payloads into your incident management system for auditability.
Availability monitoring via Source Parts MCP