Satıcıların belirli hizmetler veya zaman aralıkları için minimum bir süre önceden rezervasyon yapılmasını istediği birçok durum vardır. Bunlar hizmet düzeyinde ve/veya müsaitlik düzeyinde ayarlanabilir. Her iki düzeyde de ayarlanmışsa stok durumu düzeyindeki ayar kullanılır.
Hizmet düzeyi tanımı
Hizmet düzeyinde alanın adı rules.min_advance_booking. Bu alan, rezervasyonun yapılması gereken rezervasyon başlangıç süresinden kaç saniye önceye ayarlanmalıdır. Örneğin, rezervasyonun her zaman başlangıç saatinden 1 saat önce yapılması gerekiyorsa bu alan 3600 olarak ayarlanır (böylece 15:00 için rezervasyon 14:00'a kadar yapılabilir). Bu, ilgili hizmetin tüm yuvaları için geçerli olur (slot düzeyi tanımı tarafından geçersiz kılınmadığı sürece).
[null,null,["Son güncelleme tarihi: 2024-11-26 UTC."],[[["Merchants can set a minimum advance booking time for services or specific time slots."],["Service-level settings use `rules.min_advance_booking` to define the minimum booking time in seconds before the start time."],["Slot-level settings use `scheduling_rule_overrides.last_bookable_sec` to define the last bookable time for a specific slot using an EPOCH timestamp."],["It's crucial to implement booking window validation on the booking server to handle edge cases and prevent bookings outside the allowed timeframe, responding with `SLOT_UNAVAILABLE` if necessary."]]],["Merchants can set a minimum advance booking time for services or slots. At the service level, `rules.min_advance_booking` defines the minimum seconds before the start time a booking can be made. At the slot level, `scheduling_rule_overrides.last_bookable_sec` specifies the last bookable time via an epoch timestamp. If both are set, the slot-level rule takes precedence. Merchants must also validate booking windows on requests and reject those out of bounds with a `SLOT_UNAVAILABLE` error.\n"]]