Get product checkout information

Returns information that is important to the checkout of a product. This can be important information that should be shown to the customer before or after purchasing the tickets (like specific regulations or identification requirements). It also indicates if the product has timeslots that should be selected by following the subsequent steps.

Some of the product information on tiqets.com is available on this endpoint. The Product Information Mapping section provided the information mapping of this endpoint to the product page of tiqets.com.

Product checkout information

get
/products/{productId}/checkout_information
Path parameters
productIdintegerRequired

The ID of product

Example: 974092
Query parameters
langstringOptional

Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.

Default: enExample: en
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
get
/products/{productId}/checkout_information

Last updated

Was this helpful?