planogram error notification
Authorization
bearerAuth In: header
Request Body
application/json
AiFi store id
Retailer store id
ISO formatted creation time of the event, that caused this webhook to be sent
date-timeISO formatted time, in which this webhook was sent
date-timeShelf ID where the planogram error was reported
Gondola ID where the planogram error was reported
Bin index where the planogram error was reported
Response Body
curl -X POST "https://oasis-api.public.sandbox.oasis.aifi.com/api/push/planogram-error" \ -H "Content-Type: application/json" \ -d '{ "storeId": 0, "store": { "oasisApiStoreId": 0, "aifiUniqueStoreId": "string" }, "storeExternalId": "string", "timeOfOrigin": "2019-08-24T14:15:22Z", "timeOfIssue": "2019-08-24T14:15:22Z", "shelfId": "string", "gondolaId": "string" }'How is this guide?
identity matching POST
AiFi system will trigger this webhook once it detects that a visitor shopper can be matched automatically to some registered session. As an integrator upon receiving you should create a new session (for the same customer to whom the registered session belongs to) and assign the visitor shopper to it. The intended result is to make sure that this shopper is no longer a visitor but a registered shopper and therefore can be charged upon finishing his shopping journey.
start remote register POST
AiFi system shall call this webhook during in /api/admin/v2/customers/remote-register is called in AiFi system. This webhook is to notify the Checkout-UI that it should start a flow of registering new customer with specified sessionId.