Hi,
I've got the following DumpOrder request that works as it's supposed to:
<AspDotNetStorefrontImport Verbose="false">
<Get Table="Orders" Name="NewOrders">
<XmlPackage>DumpOrder.xml.config</XmlPackage>
<OrderBy>OrderDate asc</OrderBy>
<Criteria IsNew="1"/>
</Get>
</AspDotNetStorefrontImport>
Is there any way to specify an alternate/additonal criteria for retrieving order numbers greater than 'xxxxxxx' or orders entered after 'mm/dd/yyyy hh:mm:ss''?
Thanks,
Scott