OrderId

ZG1370
Hi,
How can we get order id if we are using Publisher JS Plugin?

Thanks.
  • sujith
    Hi,
    Kite publisher is just a javascript button to place orders. You won't get to know any details about client or order using the Kite Publisher.
    In order to access order details, you need a Kite Connect App.
  • ZG1370
    Hi,
    Can we send one extra parameter i.e "tag" while placing an order using Publisher Js plugin?
    Example : kite.add({
    "exchange": "NSE",
    "tradingsymbol": "INFY",
    "quantity": 5,
    "transaction_type": "BUY",
    "order_type": "MARKET"
    "tag" : "anything"
    });

    And will we get this tag parameter in user's orders list?

    Thanks
  • sujith
    Yes, you can send tag while placing an order on Kite Publisher.
Sign In or Register to comment.