When an item is removed from an existing order.
EVENT item_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 for unlinked order
{
"type": "item_updated",
"data": {
"id": "3",
"status": "pending",
"uri": "https://sandbox.doshii.co/pos/v3/unlinked_orders/3"
}
}
Event for linked order
{
"type": "item_updated",
"data": {
"id": "3",
"status": "accepted",
"posRef": "X-1234-5678",
"uri": "https://sandbox.doshii.co/pos/v3/orders/X-1234-5678"
}
}
Comments
0 comments
Please sign in to leave a comment.