Via API, search for orders by "import date" into Ordoro from cart

Is it possible, using the v3 API order search endpoint, to search by the date the order was imported into Ordoro?

I noticed there have been orders where there is a time lapse of several days between “order placed date” (which appears to be when it was placed in the cart) and “imported date” (as shown in the Ordoro order screen.)

I would like to use this imported-into-Ordoro date rather than the other.

Thanks,
john

Hey @jafii
You can use the created_after and created_before params to search orders by their import date.

Thanks very much @@syork!!