latestOpenAPI 3.0.32026-08-215925112.0 MB
36be0dca14e7
api
checkouts
Create a checkout
post/api/checkouts
Request body
type'transaction' | 'upgrade' | 'rebooking' | 'purchaseintent' | 'subscription' required
The type of the checkout.
eventIdstring required
The ID of the event to create the checkout item for.
couponsstring[]
An array of coupon codes to apply to the checkout item.
vouchersstring[]
An array of voucher codes to be redeemed through the checkout.
shopIdstring
The ID of the secret shop to create the checkout item for.
seatingReservationTokenstring
The reservation token of the selected seats.
channelIdstring
The ID of the channel to create the checkout item for.
salesChannelIdstring required
The ID of the sales channel to create the checkout item for.
preferredLanguage'de' | 'de-CH' | 'en' | 'en-GB' | 'en-AU' | 'fr' | 'es' | 'es-MX' | 'is' | 'it' | 'ru' | 'pt' | 'tr' | 'nb' | 'nl' | 'pl' | 'sv' | 'sl' | 'da' | 'cs' | 'lv' | 'he' | 'ar' | 'th' | 'ko' | 'ja' | 'zh-TW' nullable
The preferred language of the package checkout
metaobject
Custom key-value data. Metadata is useful for storing additional, structured information on an object.
customerIdstring
contractTypeIdstring
The id of the contract type
Response
OK