POST

Bulk Update Items


Deprecation Warning

This method will be deprecated on September 30, 2025.

Updates multiple items in a draft catalog. 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
POST
https://www.wixapis.com/restaurants/v3/draft-catalogs/{catalogId}/bulk/items/update

Path Params
catalogIdstringRequired

ID of the catalog the items belong to.

Body Params
itemsArray <Item>minItems 1maxItems 20

Items to update. Limited to 20 items.


returnFullEntityboolean

Whether the full item entity is returned. Defaults to true.

Response Object
resultsArray <BulkItemResult>

Information about the updated items.


bulkActionMetadataBulkActionMetadata

Bulk Update Items metadata.

Bulk Update Items
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?