Tiquo
Integrations OverviewAirtableAsanaSlackGoogle AnalyticsMetabaseMixpanelPendoSegmentTableau (PAT)ActiveCampaignBrevoEmarsys Core API (WSSE)EventbriteFacebookGoogle AdsHighLevelInstagramKlaviyoMailchimpMailgunMicrosoft AdsSendGridTwitter (v2)HubSpotNotionAcuity SchedulingAirtable (Personal Access Token)BasecampCal.com (v2)CalendlyClickUpCodaConfluence Data CenterExpensifyGoogle CalendarGoogle SheetHarvestLinearMicrosoft Power BIMicrosoft TeamsMindbodyMondayOpenAIPerplexityPingboardPivotal TrackerProductboardQuickbaseServiceM8ServiceNowTeamworkTickTickTimelyTodoistTrafftTrelloWrikefal.aixAIZendeskIntercomAircall (OAuth)DixaFreshDeskFreshserviceFrontPlainRingCentralZoho DeskBrazeDialpadGoogleMicrosoftOutlookPodiumSednaSharePoint OnlineTwilioWhatsApp BusinessZoho MailBambooHRADPDeelEmployment HeroGustoHibob Service UserNamelyOracle Fusion Cloud (HCM)PaychexPayfitPaylocityPersonioRipplingSAP SuccessFactorsSage HRTSheetsUKG ProUKG ReadyWorkdayZoho PeopleQuickBooksBuildiumExact OnlineFreshBooksIntuitNetSuitePennylaneSageSage IntacctTwinfieldUnanetWave AccountingXeroZoho BooksSalesforceAffinityAttioCopperFreshsalesGainsight CCInsightlyKustomerMedalliaPipedriveTwenty CRMZoomInfoApaleoMewsMicrosoft Business CentralOdooSAP ConcurZuoraAcceloCoupa CompassZoho InvoiceAnrokAvalaraDocuSignDropbox SignPandadocSignNowLinkedInSplitwiseTikTok AdsJotformQualtricsRefinerTypeformShopifyCin7 CoreGoogle MapsRingoverListrakRydooTalentLMSApple Business ManagerCrunchbaseRocketReachOcean.ioFreepikEnergy Performance Certificates (Gov.UK)JustworksGristSAP S/4HANA Cloud3CX8x8Adobe CommerceBirdCloudbedsConstant ContactBufferCustomer.ioCrispFreeAgentGreenhouseMeta Marketing APIMollienocrm.ioOomnitzaDigitsPylonSage 200ShopwareAnvilShippoEasyPostAltrataMicrosoft PeopleMicrosoft IntuneCloudTalkGoogle FormsMaximizerMicrosoft PlannerSalesmsgSellercloudTallyTimifyUpsalesCleverReachHeymarketMailjetPleoProvenExpertTelegramToggl TrackTenzoASSA ABLOY Vingcard VisionlineASSA ABLOY Vingcard VostioASSA ABLOY TESA HotelASSA ABLOY SMARTairSalto KSSalto Space OnlineDormakabaOmnitecHotekTT LockWebLockISEOKleverKeyAperioISONASHIDSouthcoThird MillenniumSTidAxis CommunicationsBooking.comExpediaHotels.comAirbnbGoogle HotelsTripadvisorAgodaHotelbedsTravelgateXHyperguestRoibosReconlineTraviaOpenGDS.comMG BedbankDidatravelHotelREZHRSHotelnetworkGetaroomWinkBookeasyVRBOInntopiaHookusbookusHipcampSpot2niteCamping VisionMinistry of VillasTrip.comTravelokaTiketMakeMyTripHoteripKlookeDreamsSzallasEmerging Travel GroupCheck24Bed-and-Breakfast.itWorld2Meet (W2M)Ctoutvert / SecureholidayDespegarPriceTravelRoombeastMitchell CorpHRS AustraliaResonlineHostelworldHostelhopTablet MichelinMr & Mrs SmithHopperHotel TonightPitchupMoveriiLocalOTAAlaricBooknpayCultbookingGuestTractionLevartWeSpeakMake.comZapierPricelabsPricepointRategenieElastic HotelRoom Price GenieTurbosuiteUber EatsDeliverooDoorDashBolt FoodGlovo
API and AuthenticationHosted Package

Orders and bookings

Display customer orders, bookings, and guest pre-registration flows.

Orders and bookings

Display customer orders, bookings, and guest pre-registration flows. First, complete the installation.

Render orders

<div data-tiquo-orders data-tiquo-limit="5">
  <div data-tiquo-order-item>
    <span data-tiquo-order="month"></span>
    <span data-tiquo-order="day"></span>
    <span data-tiquo-order="year"></span>
    <span data-tiquo-order="date"></span>
    <span data-tiquo-order="orderNumber"></span>
    <span data-tiquo-order="status"></span>
    <span data-tiquo-order="items"></span>
    <span data-tiquo-order="itemQuantity"></span>
    <span data-tiquo-order="total"></span>
  </div>

  <p data-tiquo-empty>No orders yet.</p>
</div>
</>Interactive example

Orders collection

Inspect the collection, filters, template, every supported order field, and the empty-state fallback.

Hover, tap, or focus an element to inspect its data attributes.

Account

Recent orders

Latest 5

Order

#TQ-1048

Placed

28 Jun 2026

Total

£42.50

2 items · Completed

Every other order field

7 fields

Order day

28

Order month

JUN

Order year

2026

Order status

Completed

Order items

Recovery Suite, Guest pass

Item quantity

2

Quantity label

2 items

Empty fallback

No orders yet

Your completed orders will appear here.

Tiquo hides the first order card, clones it once per result, fills its fields, and shows the fallback only when no orders exist.

Supported order fields include:

Attribute valueDescription
dateOrder creation date as DD/MM/YYYY
dayOrder creation day, such as 28
monthShort order creation month, such as JUN
yearOrder creation year, such as 2026
itemsComma-separated order item names
itemQuantityTotal quantity across all order items
itemQuantityLabelTotal quantity with label, such as 1 item or 2 items
totalOrder total formatted with the order currency and two decimal places, such as £12.50

Optional filters:

  • data-tiquo-limit="5"
  • data-tiquo-status="completed"

The first data-tiquo-order-item element is the template. Tiquo hides that template and appends rendered copies for each order.

data-tiquo-status filters by the order lifecycle status, not payment status. Use values such as completed, processing, cancelled, refunded, or open_tab. Do not use payment statuses such as paid here.

Render bookings

<div data-tiquo-bookings data-tiquo-limit="upcoming" data-tiquo-count="5">
  <div data-tiquo-booking-item>
    <span data-tiquo-booking="date"></span>
    <span data-tiquo-booking="day"></span>
    <span data-tiquo-booking="month"></span>
    <span data-tiquo-booking="year"></span>
    <span data-tiquo-booking="id"></span>
    <span data-tiquo-booking="serviceName"></span>
    <span data-tiquo-booking="items"></span>
    <span data-tiquo-booking="itemQuantity"></span>
    <span data-tiquo-booking="duration"></span>
    <span data-tiquo-booking="startTime"></span>
    <span data-tiquo-booking="endTime"></span>
    <span data-tiquo-booking="status"></span>
  </div>

  <p data-tiquo-empty>No upcoming bookings.</p>
</div>
</>Interactive example

Bookings collection

Inspect the collection filters, repeatable template, every supported booking field, and empty state.

Hover, tap, or focus an element to inspect its data attributes.

Bookings

Upcoming visits

Next 5

Booking number

BKG-1CTYN6

Booking date

03/08/2026

Service name

Recovery Suite

Start time

11:00

End time

12:00

Booking status

Confirmed

Every other booking field

9 fields

Internal booking ID

booking_01JZ8A2K

Booking day

03

Booking month

AUG

Booking year

2026

Service category

Wellness

Booking items

Recovery Suite

Item quantity

2

Quantity label

2 items

Duration

60 min

Empty fallback

No upcoming bookings

Future confirmed bookings will appear here.

Canonical booking field names are shown. The documented booking-prefixed aliases bind to the same values.

Optional filters:

  • data-tiquo-limit="upcoming" or data-tiquo-limit="past"
  • data-tiquo-count="5"
  • data-tiquo-status="confirmed"

The first data-tiquo-booking-item element is the template. Tiquo hides that template and appends rendered copies for each booking.

data-tiquo-upcoming="true" still works for older pages, but new embeds should use data-tiquo-limit="upcoming" instead. When using upcoming or past, use data-tiquo-count for the number of bookings to render.

Booking fields:

FieldDescription
date or bookingDateBooking date formatted as DD/MM/YYYY
day or bookingDayTwo-digit booking day
month or bookingMonthThree-letter booking month, such as JUN
year or bookingYearFour-digit booking year
items or bookingItemsBooking service/item name. Falls back to the service record when no order snapshot exists.
itemQuantity or bookingItemQuantityBooking attendee/item quantity
itemQuantityLabel or bookingItemQuantityLabelQuantity with item or items label
id or bookingIdHuman booking number, such as BKG-1CTYN6
rawIdInternal booking row ID
duration or bookingDurationBooking duration, such as 30 min
startTime or bookingStartTimeBooking start time formatted as HH:mm
endTime or bookingEndTimeBooking end time formatted as HH:mm
statusBooking status
serviceNameBooking service name
serviceCategoryNameBooking service category name, when captured

Render guest pre-registration flows

For signed-in customers, data-tiquo-guest-flows renders the Guest Flows returned by the Customer API.

<div data-tiquo-guest-flows data-tiquo-limit="10">
  <article data-tiquo-guest-flow-item>
    <h3 data-tiquo-guest-flow="label"></h3>
    <p data-tiquo-guest-flow="inviteMessage"></p>
    <span data-tiquo-guest-flow="availableGuestsLabel"></span>
    <a data-tiquo-guest-flow="hostedUrl" data-tiquo-preserve-text>Register guests</a>
  </article>

  <p data-tiquo-empty>No guest registration flows are available.</p>
</div>

Advanced sites can access the same data directly:

const { guestFlows } = await window.Tiquo.getGuestFlows();

See the Customer API Guest Flows reference for the raw response fields.

See Rendering and empty states for shared collection behaviour.

En esta página