Import Hotels Catalog
You can import your hotels catalog to Flashy for dynamic content, product recommendations, artificial intelligence segmentations and a lot more .
We currently support 3 methods to import the tickets catalog:
- JSON
- XML
- CSV
File Preparation
When you create your file, here are the fields you can use.
Download Sample CSV FileWe highly recommend to schedule the import for the eTickets daily, you can do it from the catalog page on Flashy platform.
If you using CSV, please download the sample file to make sure everything is correct and in the same order.
Field | Info | Type | Sample |
id* | Hotel ID (internal ID of this) | string | H123 |
title* | Hotel Name | string | California Hotel |
link* | Link to the hotel | string | https://www... |
image_link* | Link to image of the hotel | string | https://www... |
description | event Description | string | New model of... |
product_type | Category | string | couples or family or any other category |
availability | Available for booking or not | string | in-stock / out-of-stock |
country | The country of the hotel | string | US |
region | The general area of the hotel | string | California |
city | The city of the hotel | string | San Francisco |
item_group_id | Hotel ID (internal ID of this) | integer | H123 |
address | Used for sending direction so needs to be the full address | string | 301 8th St #235, San Francisco, CA 94103, United States |
Use JSON URL
If you want to use Products Catalog as JSON URL for weekly the updates you have to return the results in the following structure:
{
"success": true,
"data": [
{
}
]
}