object

StoreTimingDetails

Store timing information including operational and order acceptance timings.
Fields
operational_timing
[StoreTiming]
Hours when the store is physically open and operational for customers. This defines when the store is available for walk-ins and general operations. Example: [{ weekday: "monday", open: true, opening: { hour: 11, minute: 0 }, closing: { hour: 21, minute: 30 } }]
order_acceptance_timing
[StoreTiming]
Hours when the store accepts new orders. This may differ from operational timing as stores might stop accepting orders before closing time to ensure fulfillment. Example: [{ weekday: "monday", open: true, opening: { hour: 11, minute: 0 }, closing: { hour: 20, minute: 30 } }]