Skip to content
hantera
_
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
On this page
← Back to Index
Are you an LLM? You can read better optimized documentation at /resources/actors/order/commands/add-tag.md for this page in Markdown format
Command: order.addTag
Adds a tag to an Order
Body
key
string
The tag key
Examples
Add tag to existing order
HTTP
curl
PowerShell
```json [{ "type": "applyCommands", "body": { "commands": [{ "type": "addTag", "key": "blocked" } ] } }] ```