When an order changes
EVENT order_updated
Parameters
Field | Type | Description |
---|---|---|
environment | String |
The environment you'll be connecting to, such as |
locationToken | String |
Unique POS Location token provided by Doshii |
Example
Event
{
"type": "order_updated",
"data": {
"id": "3",
"status": "cancelled",
"uri": "https://sandbox.doshii.co/pos/v3/orders/3"
}
}
Comments
0 comments
Please sign in to leave a comment.