Can someone kindly confirm, why is there sync in V3 docs appended to Order API endpoints
https://api-t1.fyers.in/api/v3/orders/sync
i'm testing orders in V3 and their not going through.
Earlier we 'had Version' = 2.1 in HEADER but that is also removed so what is exact example for ORDER API using the CURL example in docs. There seems to be a big problem with code and documentation
I tried with this endpoint too https://api-t1.fyers.in/api/v3/orders
Earlier offline was enclosed as string and not it is PY like false in docs, type is written as string and all 4 permutations are not working.
"offlineOrder":false,
"offlineOrder":"false", <- earlier
various response
{'code': 998, 'message': 'Bad response JSON-',
{'code': -50, 'message': 'Invalid input', 's'
in V2 all the code was working fine. Kindly clarify endpoints and types.
Even now V2 is working fine but using the V3 DOCS those orders not going through bcos of JSON or endpoint format