Order Tag length Error

kumarj
Hello
we are Setting a "Tag" to each order which we place via Kite connect API.
Order tag size is around 30 chars. till yesterday it was working fine.
But from today we receive an error "Order tag should be alphanumeric and max 8 chars in length."
why from today sudden this restriction comes?
is there any solution for this.
Tagged:
  • rakeshr
    @kumarj
    Character restriction for tag argument is there from starting, you can have look to documentation here.
    tag : An optional tag to apply to an order to identify it (alphanumeric, max 8 chars)
  • kumarj
    yes. I have read in docs.
    but I am sending a string of 20-30 char. till yesterday it was working perfectly from today only this error is started.
    I have lots of order list logs which show tag value with 20-30char.

  • rakeshr
    @kumarj
    Yeah, it was broken for some time.We rectified it yesterday.From now onwards, you will have to follow above rule for sending tag data.
Sign In or Register to comment.