startOrder
StartOrder messages are sent whenever a new order is started.
less than a minute
Topic
ia/<customerID>/<location>/<AssetID>/startOrder
ia.<customerID>.<location>.<AssetID>.startOrder
Usage
A message is sent here everytime a new order is started.
Content
key | data type | description |
---|---|---|
order_id | string | name of the order |
timestamp_ms | int64 | unix timestamp of message creation |
- See also notes regarding adding products and orders in /addOrder
- When startOrder is executed multiple times for an order, the last used timestamp is used.
JSON
Example
The order “test_order” is started at the shown timestamp.
{
"order_id":"test_order",
"timestamp_ms":1589788888888
}
Producers
- Typically Node-RED
Consumers
Last modified April 17, 2023: build: version 0.9.13 (6cb0a01)