Skip to content
← Back to Index

Command: order.addTag

Adds a tag to an Order

Body
keystring The tag key

Examples

Add tag to existing order
```json [{ "type": "applyCommands", "body": { "commands": [{ "type": "addTag", "key": "blocked" } ] } }] ```

© 2024 Hantera AB. All rights reserved.