Push APIs

The POS / Inventory integration functionality of LucidRetail is intended to enable dispensaries to use the LG RISA mobile scanning application to scan CaseIDs on received cases, and then push the information about the contents of those cases into an integrated 3rd Party POS / Inventory (3PP) system. The implementation of this integration is intended to be as easy to implement as possible for 3rd Party POS / Inventory systems and to make integration fast and easy.

The integration functions as 2 required APIs that the POS / Inventory system must implement:

  1. A webhook/push API that will receive an HTTP Post of the contents of a case in JSON format

  2. A query/pull API that will provide a comma delimited report of retail transactions that have taken place at that dispensary

The details of each of these required APIs is provided below.