Merchant Opening Hours feature walkthrough

Edit on GitHub

By using the ‘Merchant Opening Hours’ feature, merchants can save their opening hours in the system and make them accessible to customers. A merchant may have a weekday schedule, which is an opening schedule for every day of the week, as well as date-based exceptions, such as during the holiday season when opening hours may be different.

User documentation

To learn more about the feature and to find out how end users use it, see Merchant Opening Hours feature overview for business users.

Module dependency graph

The following diagram illustrates the dependencies between the modules for the Merchant Opening Hours feature.

Module Dependency Graph

MODULE DESCRIPTION
MerchantOpeningHours Provides merchants with the ability to schedule opening hours.
MerchantOpeningHoursDataImport Data importer for the MerchantOpeningHours.
MerchantOpeningHoursStorage Manages storage for merchant opening hours entities.
WeekdaySchedule Configures weekdays and dates based on your schedule.
MerchantOpeningHoursWidget Provides a widget to show merchant opening hours.
MerchantOpeningHoursRestApi Provides REST API endpoints to manage merchant opening hours.
Merchant Provides database structure and facade methods to save/update/remove merchants.
MerchantStorage Manages storage for merchant entities.

Domain model

The following schema illustrates the Merchant Opening Hours domain model:

Domain Model

INSTALLATION GUIDES GLUE API GUIDES DATA IMPORT
Merchant Opening Hours feature integration Retrieve profile information for a merchant File details: merchant_open_hours_week_day_schedule.csv
Glue API: Merchant Opening Hours integration Retrieve merchant opening hours File details: merchant_open_hours_date_schedule.csv