i am trying to fetching orders from flipkart, right now i am using search API of orders on which we can provide fromDate toDate etc for filtering but as i run that API on production environment i.e-:
it gives me following error:-
{
"errors": [
{
"type": "SERVER_ERROR",
"code": "DEPENDENT_SYSTEM_CALL_FAILED",
"message": "A call to dependent system failed. Please retry after some time.",
"params": null
}
]
}
i don't know where i am doing wrong or there is any improvement they are doing on server side that's why the error is coming.
Please help me out from this issue. Any help would be appreciated.
Thanks!