Name of the product base.
Description of the product base (HTML string). Localized content.
Short description of the product base (HTML string). Localized content.
Terms of use of the product base (HTML string). Localized content.
Indicates whether offers associated with this product base require selecting a session.
Timezone in which the event takes place (e.g. Europe/Paris).
Indicates whether offers for this product base are recurring (multiple dates).
Indicates whether beneficiary information may be required on tickets to generate order documents.
Indicates whether order documents are available for immediate download.
The maximum number of offers allowed in a single order.
Universe of the product base (e.g. show).
Venue information for the product base.
name: Venue nameline1,line2: Address linespostalCode,city,country: Address detailsphone,website: Contact informationlatitude,longitude: Geographic coordinates (decimal degrees, returned as strings)
logo: Logo image if availablegallery: Gallery images ordered by position
- Demo serverhttps://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/product_bases
- Production serverhttps://api.korusticket.com/v1/ticketing/catalogs/{catalogId}/product_bases
curl -i -X GET \
'https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/product_bases?page=1&itemsPerPage=10&withDisabled=true' \
-H 'Authorization: YOUR_API_KEY_HERE'TicketingProductBase collection
{ "totalItems": 0, "search": { "@type": "string", "template": "string", "variableRepresentation": "string", "mapping": [ … ] }, "view": { "@id": "string", "@type": "string", "first": "string", "last": "string", "previous": "string", "next": "string" }, "member": [ { … } ] }