Does the TeaCommerce API allow for searching for orders? Say I want to list all orders in a certain state (e.g. completed) where last modified date is within a specified date range - is that possible using the API or do I need to access the TeaCommerce_Order table directly to perform my search?
You can get the Finalized orders from Order.OrdersXmlCache and search using xpath. If that is not enough you will have to dive into the database table in this version of Tea Commerce. We hope to make the .NET API way better in Tea Commerce 2.0 :)
Custom search for orders
Hi there,
Does the TeaCommerce API allow for searching for orders? Say I want to list all orders in a certain state (e.g. completed) where last modified date is within a specified date range - is that possible using the API or do I need to access the TeaCommerce_Order table directly to perform my search?
Regards,
Kenn
Hi Kenn
You can get the Finalized orders from Order.OrdersXmlCache and search using xpath. If that is not enough you will have to dive into the database table in this version of Tea Commerce. We hope to make the .NET API way better in Tea Commerce 2.0 :)
Kind regards
Anders
Thanks.
is working on a reply...