create_multiple_inventory_tiers
Create multiple inventory tiers in a single request to reduce API calls and simplify event ticket setup.
Instructions
Create Multiple Inventory Tiers (Bulk)
Endpoint: POST /events/{event_id}/inventory_tiers/
Creates multiple inventory tiers in a single request for efficient bulk operations.
Authentication: Requires a valid Eventbrite API token with event management permissions.
Use Cases:
Set up multiple inventory tiers at once during event creation
Bulk import inventory tier configurations
Efficiently configure complex inventory structures
Reduce API calls when setting up many tiers
Inventory Tier Fields:
name: Tier name (required)
quantity: Number of tickets in this tier
price: Price for this tier (if applicable)
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
Limits:
Maximum 100 inventory tiers per event
All tiers must belong to the same event
Error Codes:
400: Invalid tier data or exceeds maximum tiers
401: Authentication required
403: Insufficient permissions
404: Event not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The event ID to create inventory tiers for | |
| inventory_tiers | Yes | Array of inventory tier objects to create |