Upon Order updated
When an order changes
EVENT order_updated
Parameters
Example
Event
{
"type": "order_updated",
"data": {
"id": "3",
"status": "cancelled",
"uri": "https://sandbox.doshii.co/pos/v3/orders/3"
}
}
When an order changes
EVENT order_updated
{
"type": "order_updated",
"data": {
"id": "3",
"status": "cancelled",
"uri": "https://sandbox.doshii.co/pos/v3/orders/3"
}
}