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. It is also used by the weeklySchedule container to specify cut-off hours for a fulfillment center.

Types that use DayOfWeekEnum

OperatingHoursWeeklySchedule

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, or that a fulfillment center has a cut-off time specified through the weeklySchedule.cutOffTime field on Monday.
TUESDAY
This enumeration value indicates that the store is open on Tuesday for the hours specified through the operatingHours.intervals container, or that a fulfillment center has a cut-off time specified through the weeklySchedule.cutOffTime field on Tuesday.
WEDNESDAY
This enumeration value indicates that the store is open on Wednesday for the hours specified through the operatingHours.intervals container, or that a fulfillment center has a cut-off time specified through the weeklySchedule.cutOffTime field on Wednesday.
THURSDAY
This enumeration value indicates that the store is open on Thursday for the hours specified through the operatingHours.intervals container, or that a fulfillment center has a cut-off time specified through the weeklySchedule.cutOffTime field on Thursday.
FRIDAY
This enumeration value indicates that the store is open on Friday for the hours specified through the operatingHours.intervals container, or that a fulfillment center has a cut-off time specified through the weeklySchedule.cutOffTime field on Friday.
SATURDAY
This enumeration value indicates that the store is open on Saturday for the hours specified through the operatingHours.intervals container, or that a fulfillment center has a cut-off time specified through the weeklySchedule.cutOffTime field on Saturday.
SUNDAY
This enumeration value indicates that the store is open on Sunday for the hours specified through the operatingHours.intervals container, or that a fulfillment center has a cut-off time specified through the weeklySchedule.cutOffTime field on Sunday.