POST

Bulk Update Ticket Reservation Tags By Filter


Updates tags on multiple ticket reservations asynchronously using filters.

Allows bulk tag updates on reservations matching specified criteria. The operation runs asynchronously and returns a job ID for tracking progress. An empty filter will update all reservations.

If a tag appears in both assign and unassign lists, it will be assigned. Use this for large-scale tag operations based on reservation properties.

Authentication

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

Permissions
Manage Orders
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events/v1/bulk/ticket-reservations/update-tags-by-filter

Errors

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

Did this help?