php - How to convert array/object of order data to EDI 850 format? -
i need build integration process between website (magento in case) , warehouse/logistics api. warehouse needs data edi (850 order-requests, other numbers other things). know how prepare data in other known formats (xml/json/...), never used edi before, so.. how supposed prepare data?
thanks in advance!
*i downloaded sabas/edifact seems have way of converting arrays edi, still, need know put in array..
if able export xml use tool converts xml x12 files. way works describe edi structure , segments using xml fields.
there several commercial tools available. best open source solution i've seen x12 parser
the documentation great if you're not in .net environment , you're trying achieve opposite (xml x12) use create own conversion tool (i created own using groovy).
Comments
Post a Comment