Sites
Create an opening hours override for a ShopSite
Use this endpoint to create an exception for the ShopSites' standard opening hours.
post/shop/sites/{siteId}/opening-hours-overrides
Request body
Example request
{
"date_from": "2021-02-15",
"date_to": "2021-02-15",
"time_from": "11:00",
"time_to": "17:00"
}Response
An opening hours override was successfully created.
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.