Member pricing

Loyalty members may gain access to exclusive member-only pricing for tickets and food and beverage items.

Member ticket prices

The GetTicketPricesForShowtime endpoint returns the list of available ticket types and prices for a specific showtime.

IMPORTANT

This endpoint does not pre-filter tickets for the authenticated member. It is the responsibility of the client to filter ticket prices based on the patron's eligibility.

Each ticket price includes a restrictions property, which indicates the special requirements that the patron must fulfil to be eligible for the price. The restrictions related to member-only pricing include:

  • Member - the patron must be a registered loyalty member with an authenticated loyalty session.
  • MemberReward - the patron must have access to an appropriate member reward .

For additional information on ticket ordering, please refer to the Ordering tickets section.

Member food and beverage item prices

The GetItemProfileForSite endpoint returns the set of food and beverage items for sale at a specific site.

IMPORTANT

This endpoint does not pre-filter items for the authenticated member. It is the responsibility of the client to filter item prices based on the patron's eligibility.

Each item price includes a restrictions property, which indicates the special requirements that the patron must fulfil to be eligible for the price. The restrictions related to member-only pricing include:

  • MemberReward - the patron must have access to an appropriate member reward .
  • InheritedMemberReward - the patron must have an appropriate member reward for the top-level item.

For additional information, please refer to Ordering food and beverage items.