post https://api.apicbase.com/api/v2/inventory/outlets//manual_sales_event/
Creates and submits a manual sales event at a given outlet.
Every request creates a new manual sales event. The event is processed immediately and stock is updated accordingly.
Updating stock is an intensive operation.
Processing an inventory event, updating stock quantities for all items included in it is a time- and memory-intensive operation. Doubly so for the manual sales endpoint because it takes recipes as input, instead of stock items.
Do not build synchronous scripts that await for a response from this endpoint, and avoid posting exceedingly large payloads.
Our full-scale API solution to populate Apicbase with sales data is the Generic POS API.