Skip to main content

saturday_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 saturday_hours value should look like in CSV (with header).

Valid CSV Value
saturday_hours
09:00-17:00
Click to show more valid CSV examples
saturday_hours
09:00-17:00
saturday_hours
"11:30-14:00, 17:00-22:00"
saturday_hours
18:00-02:00
saturday_hours
X
saturday_hours
""
saturday_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

PropertyValueDescription
Data TypestringClosest data type in code
NestedFalseDefines if this field consists of one or more sub-fields
Case SensitiveFalseIf small or large letters matter for this field
RepeatableFalseIf you can supply multiple items of this field (it´s a list)
Repeatable limit0If a list, this specifices the max number of items

Changelog

📅 2025-02-24

Added

Initial definition

References