Skip to content
← Back to Index

Message: order.applyCommands

Applies a list of commands to an Order

Schema

Body
commandsarray of command An array of order commands to be applied. If any command fail, the order will not be updated.
Response Type string

Rule Hooks

Examples

Add Tag to Order
```json [{ "type": "applyCommands", "body": { "commands": [{ "type": "addTag", "key": "blocked" } ] } }] ```

© 2024 Hantera AB. All rights reserved.