Skip to main content

An enumerated type defining the days of the week. This type is used by the dayOfWeekEnum field under the operatingHours container to indicate which days a merchant's store is open to pick up In-Store Pickup or Click and Collect orders.

Type that uses DayOfWeekEnum

OperatingHours

Calls that use DayOfWeekEnum

Enumerations

Value
Description
MONDAY
This enumeration value indicates that the store is open on Monday for the hours specified through the operatingHours.intervals container.
TUESDAY
This enumeration value indicates that the store is open on Tuesday for the hours specified through the operatingHours.intervals container.
WEDNESDAY
This enumeration value indicates that the store is open on Wednesday for the hours specified through the operatingHours.intervals container.
THURSDAY
This enumeration value indicates that the store is open on Thursday for the hours specified through the operatingHours.intervals container.
FRIDAY
This enumeration value indicates that the store is open on Friday for the hours specified through the operatingHours.intervals container.
SATURDAY
This enumeration value indicates that the store is open on Saturday for the hours specified through the operatingHours.intervals container.
SUNDAY
This enumeration value indicates that the store is open on Sunday for the hours specified through the operatingHours.intervals container.