XML Format
-
Hi! is it possible to get a order xml format like:
<orders id=”123″>
<order id=”1″>
<customer>
<customerID>234</customerID>
…
</customer>
<positions>
<position number=”1″>
….
</position>
<position number=”2″>
….
</position>
</positions>
</order>
<order id=”2″>
—
</order>
</orders>`Thank you fpr feedback!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘XML Format’ is closed to new replies.