friday_hours
Required Field
This field is required and must not be omitted
Description
Describes opening hours for a given day, can be multiple sets or indicate closed. When you have different hours for a short period use the field special_hours
.
Validation Rules
- Use 24-hour format:
HH:MM-HH:MM
Best Practices
Do
- Use an
X
to indicate closed all day - For multiple sets per day, use a comma to separate
11:30-14:00, 17:00-22:00
Example Values
Here are examples of how a valid friday_hours value should look like in CSV (with header).
Valid CSV Value
friday_hours
09:00-17:00
Click to show more valid CSV examples
friday_hours
09:00-17:00
friday_hours
"11:30-14:00, 17:00-22:00"
friday_hours
18:00-02:00
friday_hours
X
friday_hours
""
friday_hours
00:00-24:00
Error Codes
Below you will find possible error codes generated when validating this field alongside with an example in CSV that would trigger the code. Please refer to the validation rules to understand the cause.
Properties
Property | Value | Description |
---|---|---|
Data Type | string | Closest data type in code |
Nested | False | Defines if this field consists of one or more sub-fields |
Case Sensitive | False | If small or large letters matter for this field |
Repeatable | False | If you can supply multiple items of this field (it´s a list) |
Repeatable limit | 0 | If a list, this specifices the max number of items |
Changelog
📅 2025-02-24
Added
Initial definition