v1
latestOpenAPI 3.0.12026-07-24501176.6 MBTrigger Walk-in Notifications on InStore
Triggers customer walkin notifications on InStore. That is, when a customer walks in to the store, InStore triggers a desktop notification with the customer details.
get/customer/walkin
Query parameters
till_codestring
Destination TILL code where you want to push the notification.
identifierName'MOBILE' | 'EMAIL'
Identifier tracked when the customer walked in.
identifierValuestring
The respective identifier value.
sourcestring
Source in which the provided customer identifier is available.
accountIdstring
Specific account ID of the source (for sources with multiple account ids).
Response
200
Example response
{
"entity": "Customer check-in successful",
"success": true
}