Hacker News new | ask | show | jobs
by jasonjayr 3664 days ago
Well, isn't EDI just an API for manufacturing + supply chain management?

As far as retail stores are concerned, they make an API call to a supplier, and product shows up.

Granted, it's a pretty convoluted API, but I don't think it's too difficult to imagine what a supply chain algorithm would look like. Just lots of exception handling + long timeouts...

3 comments

> Well, isn't EDI just an API for manufacturing + supply chain management?

EDI is more standardized data formats than API (though the fact that it often standardizes request and response formats and the relation between them makes it close to an API in some requests), and EDI goes a lot beyond manufacturing and supply chain management.

(In US healthcare financial transactions, specifically, the combination of EDI transaction specifications + standard operating rules mandated under the HIPAA is, basically, a standardized API, if not called that.)

EDI isn't so much the API but the payload's format (and its documentation). The projects I have seen usually customise the formats so much, I sometimes wonder if it's technically worth the effort to use EDI.
I'm working on a project involving EDI data right now. You speak as though you have some experience in manufacturing and data. Would you be willing to chat with me for a few minutes about the space?
I'm not sure what I could offer -- my experience is limited to wrapping my head around EDI file formats + processes, and understanding what would be required to support a small manufacturing company's who directly drop ships their products.

Given the Expense + complexity of EDI, in all cases we've found it more cost effective to integrate with all the alternate Web-based import/export tools provided by systems like VendorNet, or whatever other crazy systems our customers use.

If our volume gets bigger, we'll probably have to revisit that position, but it's served us very well for now.