Received "Null" Value in Tag Property

rajeshpoddaturi
Today when we ran the Ordersendpoint for a client who has placed a sell order which got completed but the tag property for that order is NULL

Below is the sample example
{
"placed_by": "KAQ041",
"order_id": "240201001898530",
"exchange_order_id": "1200000019662133",
"parent_order_id": null,
"status": "COMPLETE",
"status_message": null,
"status_message_raw": null,
"order_timestamp": "2024-02-01 10:55:08",
"exchange_update_timestamp": "2024-02-01 10:55:08",
"exchange_timestamp": "2024-02-01 10:55:08",
"variety": "regular",
"modified": false,
"exchange": "NSE",
"tradingsymbol": "KOTAKBANK",
"instrument_token": 492033,
"order_type": "MARKET",
"transaction_type": "SELL",
"validity": "DAY",
"validity_ttl": 0,
"product": "CNC",
"quantity": 15,
"disclosed_quantity": 0,
"price": 0,
"trigger_price": 0,
"average_price": 1828.3166666700001,
"filled_quantity": 15,
"pending_quantity": 0,
"cancelled_quantity": 0,
"market_protection": 0,
"meta": {},
"tag": null,
"guid": "19Xniyomfvubnym"
}

The Tag which we have send in the Basket order is "7zjLWM8S"

Could you please Let us know why the TAG property is null ?

This has caused our order settlement issue.
Sign In or Register to comment.