# Commerce API **Provider:** Commerce **Category:** payments **Base URL:** `https://www.ticketmaster.com/commerce/v2` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://developer.ticketmaster.com/support/contact-us/ ## Description Use the Ticketmaster Commerce API to look up available offers and products on various Ticketmaster platforms for North America markets. For formal partnerships and relationships, selected offers and products can be carted and transacted on through the cart, delivery, payment and purchase APIs – Thes ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.ticketmaster.com/commerce/v2/commerce/v2/events/{eventId}/offers` | Event Offers | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://www.ticketmaster.com/commerce/v2/commerce/v2/events/{eventId}/offers' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/commerce/) — CC BY 4.0*