I am trying to pull the orders
data for a particular location starting from EPOCH, but I end up with a 400 Bad Request
error code.
I get this particular list of errors as shown below
{
“errors”: [
{
“code”: “INVALID_TIME”,
“detail”: “The provided timestamp 1970-01-01T00:00:00Z
cannot be before 1970-01-01T00:00:00.000Z.”,
“field”: “query.filter.date_time_filter.updated_at.start_at”,
“category”: “INVALID_REQUEST_ERROR”
}
]
}
This has not happened before and it is specific only to the Orders Search API.
As far as I know, I am passing a valid timestamp and I see no such problems with other search based APIs like customers/search
and catalog/search
APIs.
Can this be looked into ASAP? If possible I would like to get more details on this particular type of error