LogoLogo
SupportChangelogAPI ReferenceStatus
Distributor API
Distributor API
  • Welcome
  • Getting Started
    • Functionalities
    • Integration Process
      • Implementation Guide
    • OCTO & Prioticket
      • Feature Comparison
    • Postman & Interactive Documentation
    • Connect Once, Reach the World
      • Featured Suppliers
        • Supplier Overview Europe
        • Supplier Overview Americas
        • Supplier Overview Middle East
      • Featured Resellers
    • Statement on API Excellence
    • Frequently Asked Questions
  • Key Concepts
    • Product Structure
      • Product types and classes
      • Admission types
      • Extra Options
      • Pickup Points
      • Combi, Clusters, Bundles & Addons
        • Cluster
        • Combi
        • Addons
        • Bundle
    • Availability and Capacity
      • Availability
      • Capacity
        • Shared and Allocated Capacity
      • Availability API
    • Pricing Guide
      • Who are you?
      • Configurations
      • Variable Pricing
      • Dynamic Pricing
      • How It All Comes Together
    • Booking Logic
      • Cart Management
      • Payments
      • Cancellation & Refunds
      • Booking Questions
    • Additional Capabilities
      • Locations, Destinations and Categories
      • Recommendations
      • Promotions
      • Webhooks
      • Translations
    • Technical Concepts
      • Authentication
      • Idempotency
      • Rate Limiting
      • Timeout Handling
      • Error Handling
      • API versioning
      • Pagination
      • Formats
      • Headers
      • Caching
  • Endpoints
    • About
    • Authentication
    • System
    • Products
      • Stock
    • Availability
    • Reservations / Cart
      • Promocodes
    • Orders
      • Email & Vouchers
    • Payments
    • Contacts
    • Notifications
    • Models
  • Resources
    • Release notes
    • Roadmap
    • Postman
    • Swagger
    • Changelogs
      • Parameter Changelog
    • API Specs
      • V3.8 (Latest)
      • V3.7
      • V3.6
      • V3.5
    • Support
    • Certification
  • Status Dashboard
Powered by GitBook
On this page
  • Pricing Configurations in Prioticket
  • Core Pricing Parameters
  • Price Calculation Flow
  • Determining Enabled Pricing Features
  • Ensuring Accuracy
  • Best Practices

Was this helpful?

Export as PDF
  1. Key Concepts
  2. Pricing Guide

Configurations

Configurable pricing

Pricing Configurations in Prioticket

Prioticket provides powerful configuration options for implementing detailed pricing strategies across a wide range of business models. These configurations let you define base prices, apply rules, and manage price variations for different audiences.


Core Pricing Parameters

You can set pricing logic based on the following dimensions:

  • Product Type: Define base prices per ticket type (e.g., Adult, Child).

  • Age Group: Tailor pricing for different age brackets.

  • Booking Quantity: Apply bulk discounts or quantity-based changes.

  • Seasonal Pricing: Adjust prices based on season (e.g., peak vs. off-peak).

  • Daily Pricing: Set different prices for specific days.

  • Custom or Dynamic Pricing: Use real-time integrations to override default pricing.


Price Calculation Flow

  1. Base Price: Retrieved based on product type and optionally seasonal context.

  2. Variations: Any applicable surcharges or discounts are applied.

  3. Dynamic Price: Delivered through the Reservation API and Order API.


Determining Enabled Pricing Features

You can check which pricing features are enabled by inspecting these parameters in the product metadata:

🎛️ Parameter
✏ Title
📝 Description

product_seasonal_pricing

Product Seasonal Pricing

Whether pricing differentiates between specific date ranges (product types may repeat with different settings).

product_quantity_pricing

Product Quantity Pricing

Different pricing based on the booking quantity.

product_daily_pricing

Product Daily Pricing

Whether pricing differentiates between specific days.

product_dynamic_pricing

Product Dynamic Pricing

Whether pricing differentiates between specific availability slots (e.g., peak hours).


Ensuring Accuracy

To ensure accuracy of pricing:

  • Always test changes using the API.

  • Verify price breakdown in the Reservation response.

  • Compare API results with expected calculations for each product configuration.


Best Practices

  • Group similar pricing rules together using templates.

  • Use consistent naming for tickets and pricing tiers.

  • Document all custom pricing logic for internal audits.

PreviousWho are you?NextVariable Pricing

Last updated 13 days ago

Was this helpful?