Is there a way that I can see the XML generated by Tessitura when someone generates an email order confirmation from the application? All the calls I see in the API that would give me that information require a session key...
Sure in your aspx page you can access the raw xml via "OrderData.CartDocument". I do this a lot with our templates, and even append to the document before it gets transformed.
Thanks, Jon.
Could you give me a little more detail on how I view the data? I looked in both order_email_sample templates and found no reference to orderdata.cartdocument. I'm still kind of a noob when it comes to XSL transformations, but I'm updating our templates as a learning project.
Thanks for your help!