TicketDetailsType
Defines supported fields for searching in ticket categories.

Types that use TicketDetailsType:

Call that uses one or more fields of TicketDetailsType:

Fields

CityName ( string ) [0..1]
The city in which the event venue is located. Specify the full name of the city. Use the canonical spelling, such as "Los Angeles" (not "LA"). When you search for tickets, if eBay doesn't recognize the city, eBay drops CityName and returns results that match other fields in the request. For the eBay US site, eBay only searches by CityName if you also specify StateOrProvince.

Note: If your application needs to provide users with a predefined list of city names that eBay recognizes, you can call GetProductFinder to find all the cities that the ticket finder currently supports. GetProductFinder is a more complex call.
See the Field Index to learn which calls use CityName.

EventDate ( DateType ) [0..1]
The date of the event. If specified, the results only include listings that specify this date in their Item Specifics.

When you search for tickets, we support these combinations:
- Year (matches any ticket in the specified year)
- Month (matches any day in the specified month, in any year)
- Year and Month (matches any day in the specified year and month)
- Month and Day (matches the specified month and day in any year)
- Year, Month, and Day (matches the specified year, month, and day)
See the Field Index to learn which calls use EventDate.

EventType ( see TicketEventTypeCodeType for possible values ) [0..1]
The type of event, such as a concert or a sporting event. The eBay US, UK, and Germany sites support different values.
See the Field Index to learn which calls use EventType.

StateOrProvince ( string ) [0..1]
The state or province where the event venue is located. Applicable to eBay US searches only. Use the full name, such as "California" (not "CA"). If StateOrProvince isn't specified or no match is found in the product finder, eBay ignores CityName (if it is also specified).
See the Field Index to learn which calls use StateOrProvince.

TicketQuantity ( int ) [0..1]
The number of tickets available in the listing, as defined in the listing's Item Specifics. (This is not the same as LotSize or Quantity.)

- For the US site, specify a value from 1 to 10.
- For the UK site, specify a value from 1 to 10.
- For the DE site, specify a value from 1 to 4.

To search for any quantity (or to include other quantities in the results), do not specify TicketQuantity at all.
See the Field Index to learn which calls use TicketQuantity.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2010 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.