I need to build an integration process between a website (Magento in this case) and a warehouse/logistics API. The warehouse needs to get the data as EDI (850 for order-requests, other numbers for other things). I know how to prepare the data in other known formats (xml/json/...), but I never used EDI before, so.. how exactly am I supposed to prepare the data?
Thanks in advance!
*I downloaded sabas/edifact which seems to have a way of converting arrays to EDI, but still, I need to know what to put in that array..
**Here are some specifications from the API docs, how should I use/read that table?