Hi everyone! Hope you can help us with this: We did the test of gathering the data from two VTEX stores. For all invoices, the API returns the same creation date for all purchases (more info below)

We used this endpoints:

For listing orders:

https://<account>.vtexcommercestable.com.br/api/oms/pvt/orders?f_creationDate=creationDate:[2018-01-01T02:00:00.000Z TO 2020-01-14T22:17:45.093Z]

For getting the order's detail:

'https://<account>.vtexcommercestable.com.br/api/oms/pvt/orders/{orderId}'

In both cases, the endpoints return the same date, different time for all invoices. We know for a fact that both stores have purchases with different dates that match the date parameters sent.

We even checked data from 6 months back in one of the stores, using a filter in the endpoint, and got about 4.300 records all with the same date.

We get the date from the field

order['creationDate']

Maybe we are doing something wrong?Please help, thank you!