Migrating to API v3 is turning out to be big headache. For all order placements i simply get this error. {‘code’: -50, ‘message’: ‘Invalid input’, ‘s’: ‘error’}. Wont it be useful to indicate what actually wrong with the input…
Hi @pushkar_talwalkar
Show me your input once.
Hello @pushkar_talwalkar ,
I was also facing same error. Check my post i posted sample code after resolving issue.
Thanks Chaitanya** , i used that and additionally i found that i needed to set offlineOrder parameter as False (boolean) instead of “False” as string, that fixed my problem**