Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.35 KB

OperatingHours.md

File metadata and controls

10 lines (7 loc) · 1.35 KB

# OperatingHours

Properties

Name Type Description Notes
dayOfWeekEnum string A <strong>dayOfWeekEnum</strong> value is required for each day of the week that the store location has regular operating hours. <br><br>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 \ld\php\sdkEbayInventory\Model\Interval[] This container is used to define the opening and closing times of a store's working day (defined in the <strong>dayOfWeekEnum</strong> field). An <strong>intervals</strong> 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 <strong>open</strong> and <strong>close</strong> pairs are needed <br><br>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]