Add Item to Creation Event

Adds an item to a creation event.

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

Here, the stock item ID refers to a stock item of a stock-capable recipe. If a recipe is stockable, its packages will be listed in the main_stock_items attribute of the entity returned by the Get Recipe Details endpoint.

Attempting to use stock item IDs for stock items that don't represent a stockable recipe will result in an error when calling this endpoint.

📘

Note

the lot_number and expiry_date fields here are unrelated to the similarly-named fields in the traceability module.

Path Params
string
required

An outlet's ID.

string
required

A creation event's ID.

Body Params
string
required

A stock item ID.

float
required

The wasted quantity.

string

Any optional remarks.

string | null

Optional. Numeric-only string. Must be unique within the library. Sending empty string is treated as null.

date | null

Optional. Format: YYYY-MM-DD.

Response

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