Sites
Retrieve a ShopSites' opening hours overrides
Use this endpoint to retrieve the overrides for a ShopSites' opening hours.
get/shop/sites/{siteId}/opening-hours-overrides
Response
The ShopSites' opening hours overrides were successfully retrieved.
Example response
{
"data": [
{
"date_from": "2021-02-15",
"date_to": "2021-02-15",
"time_from": "11:00",
"time_to": "17:00"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.