update_multiple_inventory_tiers
Update multiple inventory tiers for an event in one request to change quantities, prices, or sales dates in bulk.
Instructions
Update Multiple Inventory Tiers (Bulk)
Endpoint: POST /events/{event_id}/inventory_tiers/
Updates multiple inventory tiers in a single request for efficient bulk operations.
Authentication: Requires a valid Eventbrite API token with event management permissions.
Use Cases:
Bulk update tier quantities or prices
Synchronize tier configurations across multiple tiers
Efficiently modify complex inventory structures
Reduce API calls when updating many tiers
Updatable Fields:
name: Tier name
quantity: Number of tickets in this tier
price: Price for this tier
sales_start: When sales begin for this tier
sales_end: When sales end for this tier
minimum_quantity: Minimum tickets per order
maximum_quantity: Maximum tickets per order
Important Notes:
Each tier object must include its ID
Only provided fields will be updated (partial updates supported)
All tiers must belong to the specified event
Error Codes:
400: Invalid tier data or tier IDs
401: Authentication required
403: Insufficient permissions
404: Event or tier not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The event ID containing the inventory tiers | |
| inventory_tiers | Yes | Array of inventory tier objects to update (must include tier IDs) |