Create Manual Sales Event

Creates and submits a manual sales event at a given outlet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Path Params
string
required

An outlet's ID.

Body Params
string

A name for the event. An auto-generated name will be given if left empty.

string

Any optional remarks about this event.

sales_items
array of objects

A list of items in the sales event.

sales_items
date-time
Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json