---
title: "Update a shopping list"
method: POST
path: "/compat/v2/shoppingLists/updateShoppingList"
tags: ["shoppingLists"]
---

# Update a shopping list

`POST /compat/v2/shoppingLists/updateShoppingList`

## Request body

- object
  - `id` string, uuid, required
  - `title` string
  - `collaboratorUserIds` string[]
  - `categoryOrder` string, nullable

## Response `200`

Successful response

- object
  - `reference` string, uuid, required
  - `id` string, uuid, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.dev/recipesage/apis/recipesage-api.md) · [All operations](https://skmtc.dev/recipesage/apis/recipesage-api/llms.txt) · [OpenAPI document](https://skmtc.dev/recipesage/apis/recipesage-api/revisions/78e907baaf99?raw)
