To get the Order ID

DevTrinkerr
Currently we are using the Kite Connect + Publisher API. With the help of Publisher API, we are able to place the Order and get the request_token. Using the request_token, we are converting into access_token which we are then using to get the list of orders, and listening to postbacks.

Is there some way during the process, that we can get hold of the order_id. Right now the possible way for us to tag the order, but there is a limitation on the max length of it.
Tagged:
  • sujith
    sujith edited July 2021
    Whatever you are doing is the correct way. Kite Publisher doesn't return data. You will have to create a Kite Connect session and fetch data.
Sign In or Register to comment.