Hi,
I have the following XML request string (straight from the user guide)...
<AspDotNetStorefrontImport Verbose="false">
<Get Table="Orders" Name="NewOrders">
<OrderBy>OrderDate asc</OrderBy>
<Criteria IsNew="1"/>
</Get>
</AspDotNetStorefrontImport>
...that returns a full record with regard to the order header, but associated order items are missing.
Can some please indicate how to get the order items included in the DumpOrder XML returned.
Thanks,
Scott