PATCH

Update Item


Deprecation Warning

This method will be deprecated on September 30, 2025.
Replace with Update Item.

Updates an item. You can't update archived items.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Restaurant Catalogs
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/restaurants/v3/catalogs/{catalogId}/items/{item.id}

Path Params
catalogIdstringRequired

ID of the catalog the item belongs to.


item.idstringRequired

Item ID.

Body Params
itemItem

Item to update.

Response Object
itemItem

Updated Item.

Update Item
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?