Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.17 KB

OperatingHours.md

File metadata and controls

10 lines (7 loc) · 1.17 KB

# OperatingHours

Properties

Name Type Description Notes
day_of_week_enum string A dayOfWeekEnum value is required for each day of the week that the store location has regular operating hours. This field is returned if operating hours are defined for the store location. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/api:DayOfWeekEnum&#39;&gt;eBay API documentation</a> [optional]
intervals \eBay\Sell\Inventory\Model\Interval[] This container is used to define the opening and closing times of a store's working day (defined in the dayOfWeekEnum field). An intervals container is needed for each day of the week that the store location is open. If a store location closes for lunch (or any other period during the day) and then reopens, multiple open and close pairs are needed This container is returned if operating hours are defined for the store location. [optional]

[Back to Model list] [Back to API list] [Back to README]