Add a comment to an order

Hello,

I would like to have a way to add comments to orders in a free-text form; this will help traders to quickly identify their orders by commenting on them.

From a programmatic point of view, this helps add simple tags that can be served for some use to each trader.

Would it be possible to add this feature as an enhancement request? Thank you!

JJ

Hello!

You can check out the client_order_id field in the POST/orders request body (link to docs here). You can input whatever you want in that field, but if sent empty we automatically generate one for you! Let us know if you have any more questions!