Skip to content
Last updated

This guide explains which data should be stored on partner servers and how often it needs to be refreshed.

We highly recommend each partner to store the API responses in order to improve the end-user experience.

The cached/stored data at the partner's side needs to be updated at least once every day.

Data to be Cached

  • /config -> languages, currencies, types, categories, locations
  • /products -> list of products: uuid, title, and other details
  • /products/{uuid} -> product detail: uuid, title, and other details
  • /product-types/{uuid} -> product type detail: uuid, and other details
  • /product-types/{uuid}/price-lists -> calendar price lists per date, pax, and age group (they can be different for every day!)

Data Not to be Cached

  • /product-types/{uuid}/price-lists/{YYYY-MM-DD} -> This is an availability check and needs to be done just before creating a booking.