Custom order tag

After an appointment is booked from our app, a Shopify order is created in Shopify Orders.

You can add customer order tag to add the tag to the order automatically.

In the app:

1. Open the app > click Settings > General 2. In Custom order tag, type the text you’d like to appear on each order. For example:book {service_duration}.

This will tag an order as book_60 minutes if your service lasts 60 minutes.

  1. Save the settings

You can use these built-in variables to include dynamic info:

  • {appointment_date_time} – the date and start time of the booking

  • {service_duration} – the length of the service (e.g., “60 minutes”)

  • {number_of_additional_persons} – how many extra attendees were booked

Every time a customer completes a booking, the Shopify order will automatically receive your custom tag. You can then filter, search, or automate workflows in Shopify using these tags.

Last updated