Skip to main content

Get Ticket Types of Product Type

GET 

/product/:guid/tickets

Get the Ticket Types of the Product Type.

Request

Path Parameters

    guid uuidrequired

    The guid of the Product Type.

Responses

Ticket Types of Product Type found.

Schema

  • Array [

  • guid uuidrequired

    The guid of the the Ticket Type.

    company_id uuid

    The guid of the Company associated with the Ticket Type.

    event_id uuidrequired

    The guid of the Event associated with the Ticket Type.

    name stringrequired

    Possible values: <= 255 characters

    The name of the Ticket Type.

    description string

    Possible values: <= 65536 characters

    The description for the Ticket Type.

    min_price integer

    Possible values: <= 999999

    The minimum price of this Ticket Type in cents, overwrites the mandatory Product Type prices.

    vat_percentage float

    Possible values: <= 100

    The VAT percentage which applies to this Ticket Type. This is a float with at most 2 decimals, because VAT percentages in some countries have fractions of a percent.

    late_personalization boolean

    Whether the Metadata within the Ticket Type can be LatePersonalized. When true MetaData is not asked in Shop but before download.

    status_overrule string

    Possible values: [auto, sold_out]

    One can overwrite the status for a Ticket Type here.

    class string

    Possible values: [EventProtect, RefundProtect, RandomNumberGenerator, PlayPass, Co2Compensate, Giro555]

    Which class the Ticket Type needs to trigger after for example a Payment.

    increment integerrequired

    Possible values: >= 1

    Default value: 1

    The Ticket Type can only be ordered in groups of this size, i.e. the count of ordered Ticket Types needs to be exactly divisible by this number. This should be less or equal to min_orderable_amount_per_order.

    available_from ISO 8601

    The start of the availability range for this Ticket Type. Has to be set when available_until is set.

    available_until ISO 8601

    The end of the availability range for this Ticket Type. Has to be set when available_from is set.

    availability_margin integer

    Possible values: <= 999999999

    The margin for which the Ticket Type will show-up (with countdown for example) in the Shop.

    min_orderable_amount_per_order integer

    Possible values: >= 1

    Default value: 1

    Specifies the minimum number of Ticket Types a visitor can select within one Order. This should be less or equal to max_orderable_amount_per_order.

    max_orderable_amount_per_order integer

    Possible values: <= 250

    Default value: 20

    Specifies the maximum number of Ticket Types a visitor can select within one Order. This should be greater or equal to min_orderable_amount_per_order.

    percentage_service_costs_in_ticket integerdeprecated

    Possible values: <= 100

    How many fees will be in the Ticket Type.

    seats_category_key integer

    Possible values: <= 255

    The category key from the Chart where the Ticket Type should be applied to (see Seats.io).

    hide_without_coupon boolean

    Default value: false

    Whether to hide this Ticket Type when no Coupon is used.

    combines_products boolean

    Default value: true

    Whether to combine the Products into the Ticket Type price or not. If false, Products show up separately on the receipt/invoices.

    swappable boolean

    Default value: true

    Whether it is possible to swap the Ticket Type.

    available_in_cashr booleandeprecated

    Default value: false

    Whether a Ticket Type is available in Cashr.

    status string

    Possible values: [sold_out, not_sold_right_now, available]

    The sale status of the Ticket Type.

    seated boolean

    Whether a Ticket Type is seated or not.

    include_service_cost_in_price booleandeprecated

    Whether to include the service costs into the price.

  • ]

Loading...