# Show a product base

## Attributes details
### Name
Name of the product base.
### Description
Description of the product base (HTML string). Localized content.
### ShortDescription
Short description of the product base (HTML string). Localized content.
### TermsOfUse
Terms of use of the product base (HTML string). Localized content.
### UseSession
Indicates whether offers associated with this product base require selecting a session.
### Timezone
Timezone in which the event takes place (e.g. `Europe/Paris`).
### Recurring
Indicates whether offers for this product base are recurring (multiple dates).
### BeneficiaryInfoMayBeRequired
Indicates whether beneficiary information may be required on tickets to generate order documents.
### InstantDocumentDelivery
Indicates whether order documents are available for immediate download.
### MaxAmountPerOrder
The maximum number of offers allowed in a single order.
### Universe
Universe of the product base (e.g. `show`).
### Venue
Venue information for the product base.
* `name`: Venue name
* `line1`, `line2`: Address lines
* `postalCode`, `city`, `country`: Address details
* `phone`, `website`: Contact information
* `latitude`, `longitude`: Geographic coordinates (decimal degrees, returned as strings)

### Medias content
* `logo`: Logo image if available
* `gallery`: Gallery images ordered by position

Endpoint: GET /v1/ticketing/product_bases/{id}
Version: release
Security: JWT

## Path parameters:

  - `id` (string, required)
    Product base identifier

## Response 200 fields (application/ld+json):

  - `@context` (any)

  - `@context.@vocab` (string, required)

  - `@context.hydra` (string, required)
    Enum: "http://www.w3.org/ns/hydra/core#"

  - `@id` (string, required)

  - `@type` (string, required)

  - `id` (string, required)
    Example: 0194ad2c-491c-7c9e-b842-10ee940ed6a3

  - `name` (string, required)
    Example: A great product base name

  - `description` (string, required)
    Description of the product base (HTML string). Localized content.
    Example: <h1>Explore the stadium through an exclusive visit.</h1>

  - `shortDescription` (string | null, required)
    Short description of the product base (HTML string). Localized content.
    Example: <b>An exclusive experience.</b>

  - `termsOfUse` (string | null, required)
    Terms of use of the product base (HTML string). Localized content.
    Example: <p>List of terms</p>

  - `disabled` (boolean, required)

  - `seatSelectionEnabled` (boolean, required)

  - `seatSelectionRequired` (boolean, required)

  - `useSession` (boolean, required)
    Indicates whether offers associated with this product base include sessions.

  - `documentsPerTicket` (boolean, required)
    Indicates whether the order documents are returned per tickets.

  - `timezone` (string, required)
    Timezone in which the event takes place.
    Example: Europe/Paris

  - `recurring` (boolean, required)
    Indicates whether offers for this product base are recurring.

  - `beneficiaryInfoMayBeRequired` (boolean, required)
    Indicates whether beneficiary information may be required on tickets to generate order documents.

  - `instantDocumentDelivery` (boolean, required)
    Indicates whether order documents are available for immediate download.

  - `maxAmountPerOrder` (integer | null, required)
    The maximum number of offers allowed in a single order.

  - `logo` (any, required)

  - `logo.publicUrl` (string, required)
    The image public URL
    Example: https://example.com/logo.png

  - `venue` (any, required)

  - `venue.name` (string, required)
    Venue name.
    Example: Groupama Stadium

  - `venue.line1` (string | null, required)
    First line of the venue address. May be null.
    Example: 10 avenue Simone-Veil

  - `venue.line2` (string | null, required)
    Second line of the venue address. May be null.
    Example: Bâtiment B

  - `venue.postalCode` (string | null, required)
    Postal code (zip code) of the venue address. May be null.
    Example: 69150

  - `venue.city` (string | null, required)
    City of the venue address. May be null.
    Example: Décines-Charpieu

  - `venue.country` (string | null, required)
    Country of the venue address. May be null.
    Example: FR

  - `venue.phone` (string | null, required)
    Venue phone number. May be null.
    Example: +33123456789

  - `venue.website` (string | null, required)
    Venue website URL. May be null.
    Example: https://www.puydufou.com

  - `venue.latitude` (string | null, required)
    Venue latitude (decimal degrees), returned as a string. May be null.
    Example: 46.8930

  - `venue.longitude` (string | null, required)
    Venue longitude (decimal degrees), returned as a string. May be null.
    Example: -0.9306

  - `options` (array, required)

  - `options.code` (string, required)
    Example: zone

  - `gallery` (array, required)

  - `universe` (string | null, required)
    Universe of the product base.
    Enum: "sport", "stadium-tour", "park", "show", "museums-and-monuments", null

## Response 403 fields (application/ld+json):

  - `@context` (any)

  - `@context.@vocab` (string, required)

  - `@context.hydra` (string, required)
    Enum: "http://www.w3.org/ns/hydra/core#"

  - `@id` (string, required)

  - `@type` (string, required)

  - `title` (string | null, required)
    A short, human-readable summary of the problem.

  - `detail` (string | null, required)
    A human-readable explanation specific to this occurrence of the problem.

  - `status` (integer | null, required)

  - `instance` (string | null, required)
    A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

  - `type` (string, required)
    A URI reference that identifies the problem type

  - `description` (string | null, required)

## Response 404 fields (application/ld+json):

  - `@context` (any)

  - `@context.@vocab` (string, required)

  - `@context.hydra` (string, required)
    Enum: "http://www.w3.org/ns/hydra/core#"

  - `@id` (string, required)

  - `@type` (string, required)

  - `title` (string | null, required)
    A short, human-readable summary of the problem.

  - `detail` (string | null, required)
    A human-readable explanation specific to this occurrence of the problem.

  - `status` (integer | null, required)

  - `instance` (string | null, required)
    A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

  - `type` (string, required)
    A URI reference that identifies the problem type

  - `description` (string | null, required)

