1. Watch the procurement inbox. A shared inbox or a forwarding address. The flow picks up every email with a vendor price list attached.
2. Parse the attachment. CSV, Excel, or PDF. The AI step handles supplier-specific formats and reads through quirky column headers.
3. Normalize the fields. Item code, description, unit price, currency, effective date, MOQ. Map to the ERP's expected schema.
4. Match against the master. Resolve each vendor item code to your internal SKU. Surface unmatched rows in a review queue.
5. Compare to the prior version. Calculate the delta in dollars and percent. Flag every price change, every new item, and every retired item.
6. Push to the ERP. Send the validated updates to NetSuite, Fulfil, or your ERP via API. Land the file as a staged import if a human approval is needed first.
7. Send the change summary. A digest for the buyer with the dollar impact, the supplier, and the top changes by dollar value.