Is order id received while placing same for order history api and cancel order api?

sagaranilganu
sagaranilganu edited May 2020 in API clients
@sujith , @rakeshr
While we place the order we receive the order_id if the order is successfully entered (just entered and not open!!!)
Is the SAME order_id to be used for ::
a) Checking order history to know its state whether its open, rejected etc?
b) To cancel the order if it was successfully placed and could be in either open or in update state?
c) Upon successful cancellation, is the response id received in "cancel order api" also same as one that was send through api???
  • sujith
    Yes, there will always be only one order_id value for an order in our system.
    It is the same across all the APIs.
Sign In or Register to comment.