<- Object
Object
Search Orders Date Time Filter
Filter for Order
objects based on whether their CREATED_AT
,
CLOSED_AT
, or UPDATED_AT
timestamps fall within a specified time range.
The time range for filtering on the created_at
timestamp. If you use this
value, you must set the sort_field
in the OrdersSearchSort
object to
CREATED_AT
.
The time range for filtering on the updated_at
timestamp. If you use this
value, you must set the sort_field
in the OrdersSearchSort
object to
UPDATED_AT
.