When an order is created.
EVENT order_created
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_created",
"data": {
"id": "3",
"status": "pending",
"app": {
"id": 123,
"name": "Ordering App",
},
"uri": "https://sandbox.doshii.co/pos/v3/unlinked_orders/3"
}
}
Comments
0 comments
Please sign in to leave a comment.