Products
Fetch the product for the given id or the list of products available to you.
Last updated
Fetch the product for the given id or the list of products available to you.
Last updated
Fetch the list of products.
OK
The id used for checking for availability and creating bookings for the product. This MUST be unique within the scope of the Supplier.
"6b903d44-dc24-4ca4-ae71-6bde6c4f4854"
The name the supplier calls the product.
"Amazon River Tour"
An optional code this supplier might use to identify the product.
"AMZN"
A language code indicating what language this product content is in. This MUST be a valid BCP 47 RFC 5646 RFC 4647 language tag.
"en-GB"
The IANA TimeZone name this product is located in.
"Europe/London"
Whether a booking can be made for this product without having to query availability first.
Whether bookings will be immediately confirmed when a sale is made, otherwise the supplier will later either accept or reject the booking. When instantConfirmation
is set to false one should expect created bookings to first get into a PENDING
state.
This indicates whether the Reseller can expect immediate delivery of the customer's tickets. If false
then the Reseller MUST be able to delay delivery of the tickets to the customer.
Whether an availabilityId
is required when creating a booking. Without this the booking will be open-dated and not have a specified travel date.
What type of availability this product has, possible values are:
START_TIME
if there are fixed departure times which you must pick one. Typical for day tours or activities.
OPENING_HOURS
if you just select a date and can visit any time when the venue is open.
"START_TIME"
An array of formats the API will deliver the tickets as. Possible values are:
QRCODE
A code to be presented as a QR CODE barcode
CODE128A
code to be presented as a CODE 128 barcode
PDF_URL
A URL to a PDF file which contains all the ticket details
How the formats described in deliveryFormats
will be delivered in the booking response, possible values are:
TICKET
: Individually per unit in the order (i.e. single ticket for each person)
VOUCHER
: One ticket for the whole booking
How the voucher can be redeemed. Possible values are:
MANIFEST
The guest name will be written down and they just need to show up
DIGITAL
The tickets/voucher must be scanned but can be on mobile
PRINT
The tickets/voucher must be printed and presented on arrival
An array of all options for this product. All products must have at least one option.
Fetch the product for the given id.
The product id
OK
The id used for checking for availability and creating bookings for the product. This MUST be unique within the scope of the Supplier.
"6b903d44-dc24-4ca4-ae71-6bde6c4f4854"
The name the supplier calls the product.
"Amazon River Tour"
An optional code this supplier might use to identify the product.
"AMZN"
A language code indicating what language this product content is in. This MUST be a valid BCP 47 RFC 5646 RFC 4647 language tag.
"en-GB"
The IANA TimeZone name this product is located in.
"Europe/London"
Whether a booking can be made for this product without having to query availability first.
Whether bookings will be immediately confirmed when a sale is made, otherwise the supplier will later either accept or reject the booking. When instantConfirmation
is set to false one should expect created bookings to first get into a PENDING
state.
This indicates whether the Reseller can expect immediate delivery of the customer's tickets. If false
then the Reseller MUST be able to delay delivery of the tickets to the customer.
Whether an availabilityId
is required when creating a booking. Without this the booking will be open-dated and not have a specified travel date.
What type of availability this product has, possible values are:
START_TIME
if there are fixed departure times which you must pick one. Typical for day tours or activities.
OPENING_HOURS
if you just select a date and can visit any time when the venue is open.
"START_TIME"
An array of formats the API will deliver the tickets as. Possible values are:
QRCODE
A code to be presented as a QR CODE barcode
CODE128A
code to be presented as a CODE 128 barcode
PDF_URL
A URL to a PDF file which contains all the ticket details
How the formats described in deliveryFormats
will be delivered in the booking response, possible values are:
TICKET
: Individually per unit in the order (i.e. single ticket for each person)
VOUCHER
: One ticket for the whole booking
How the voucher can be redeemed. Possible values are:
MANIFEST
The guest name will be written down and they just need to show up
DIGITAL
The tickets/voucher must be scanned but can be on mobile
PRINT
The tickets/voucher must be printed and presented on arrival
An array of all options for this product. All products must have at least one option.