Bulk Link POS Products

Links POS products to recipes or ingredients in bulk.

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

Each item identifies a POS product by its plu (the same value returned by the list POS items endpoint) and must provide exactly one of recipe_id or ingredient_id.

When linking to an ingredient, a wrapper recipe is automatically created with 1 piece of the ingredient, named after the POS product. The linked_recipe_id in the response points to this wrapper recipe.

If a product is already linked, the existing link is replaced.

StatusMeaning
linkedSuccessfully linked to the target recipe or ingredient
errorFailed — see the error field for details

Individual items may fail without failing the entire request. Always check the status field per item.

Path Params
string
required

The ID of the outlet.

Body Params
links
array of objects
required
length between 1 and 100
Responses

400

Validation error (empty list, both recipe_id and ingredient_id provided, etc.).

403

Insufficient permissions.

404

Outlet not found.

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