Possible to get time/dates of new orders?

Hello,

Right now through the GraphQL api I can get the date when a ticket was created. Is there a way for me to get the individual times of when orders were added? Even if it is not possible via the GraphQL api, will the msql db have that information? I need this information for when a new order is added to an exisiting ticket. I need some way to know when that new order was added relative to when the ticket was created.

Thanks!

By default no… but you can configure something to track that by using Order States.

Thanks kendash. Are there any relevant tutorials/guides on Order States that you could point me to? Thanks!