Go to Apicbase

Bulk Update Items in a Waste Event

Updates all existing items in a waste event.

Log in to see full request history

In the payload, one of id, stock_item or recipe must be given and the others must be omitted. Only specify id if editing an item that already exists in the waste event.

Only items specified in the payload will have their quantities changed. Items that were previously present in the waste event but not included in the payload will not change.

Path Params
string
required

An outlet's ID.

string
required

A waste event's ID.

Body Params
RAW_BODY
array of objects

A list of items in the waste event.

RAW_BODY
Response

Response body
object
result
array of objects
result
object
string
recipe
object
string
string
string
stock_item_updates
array
stock_item_updates
string
string
string
Language
Credentials
OAuth2