Calculate BOM for Multiple Recipes

Calculate the Bill of Materials for multiple recipes at once.

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

Calculate what ingredients you need to order for multiple recipes at once. Shared ingredients across recipes are aggregated into a single line. Each recipe can have a different number of servings.

The response structure is the same as the single recipe BOM endpoint.

Body Params
integer
required

The ID of the outlet.

recipes
array of objects
required
length ≥ 1

List of recipes with their servings.

recipes*
integer
required

The recipe ID.

number
required

Number of servings for this recipe.

boolean
required

Whether to subtract current stock from the needed quantity.

boolean
required

Whether to subtract outstanding purchase orders from the needed quantity.

Responses

400

Invalid request body or recipes not found.

403

User lacks permission.

404

Outlet not found or belongs to a different library.

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