OpeningHoursV2

OpeningHoursV2 or null

The OpeningHours model provides comprehensive details about the operating hours for each day of the week, from Sunday through Saturday.

Example:
{"sunday":[{"open":true,"from":"09:00","to":"20:00"}],"monday":[{"open":true,"from":"08:00","to":"22:00"}],"tuesday":[{"open":true,"from":"08:00","to":"22:00"}],"wednesday":[{"open":true,"from":"08:00","to":"22:00"}],"thursday":[{"open":true,"from":"08:00","to":"22:00"}],"friday":[{"open":true,"from":"08:00","to":"22:00"}],"saturday":[{"open":true,"from":"08:00","to":"22:00"}]}
sunday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

open
boolean
required

Indicate whether the store is open on this day. For locations that operate 24 hours, please set the value to true.

Default:
false
Example:
true
from
string or null
required

The start time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
10:30
to
string or null
required

The end time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
20:30
monday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

open
boolean
required

Indicate whether the store is open on this day. For locations that operate 24 hours, please set the value to true.

Default:
false
Example:
true
from
string or null
required

The start time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
10:30
to
string or null
required

The end time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
20:30
tuesday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

open
boolean
required

Indicate whether the store is open on this day. For locations that operate 24 hours, please set the value to true.

Default:
false
Example:
true
from
string or null
required

The start time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
10:30
to
string or null
required

The end time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
20:30
wednesday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

open
boolean
required

Indicate whether the store is open on this day. For locations that operate 24 hours, please set the value to true.

Default:
false
Example:
true
from
string or null
required

The start time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
10:30
to
string or null
required

The end time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
20:30
thursday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

open
boolean
required

Indicate whether the store is open on this day. For locations that operate 24 hours, please set the value to true.

Default:
false
Example:
true
from
string or null
required

The start time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
10:30
to
string or null
required

The end time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
20:30
friday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

open
boolean
required

Indicate whether the store is open on this day. For locations that operate 24 hours, please set the value to true.

Default:
false
Example:
true
from
string or null
required

The start time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
10:30
to
string or null
required

The end time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
20:30
saturday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

open
boolean
required

Indicate whether the store is open on this day. For locations that operate 24 hours, please set the value to true.

Default:
false
Example:
true
from
string or null
required

The start time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
10:30
to
string or null
required

The end time of the opening hour period in HH:mm format. For locations that operate 24 hours, please set the value to null.

Example:
20:30
Example
preparing...