How is a service scheduled (start/end times on the order line)?
When a service is added to the cart, the cart captures a schedule — a start and end time — which is then carried onto the order line (the line stores ScheduledStartUtc and ScheduledEndUtc). So the booking time travels with the specific service line rather than being a loose note. This lets the storefront present a date/time picker for service products, and gives operations a concrete slot…
When a service is added to the cart, the cart captures a schedule — a start and end time — which is then carried onto the order line (the line stores ScheduledStartUtc and ScheduledEndUtc). So the booking time travels with the specific service line rather than being a loose note. This lets the storefront present a date/time picker for service products, and gives operations a concrete slot to plan around. The per-product ServiceDetail (duration, availability window, whether scheduling is required) shapes what times are offered.