Skip to main content
POST
Imports Adjustment Opening Hours for specified stores.

Authorizations

Authorization
string
header
required

Query Parameters

mode
enum<string>

Import mode specifies full import or incremental import.

Available options:
Incremental,
Full

Body

Collection of Adjustment Opening Hours linked to stores.

storeId
string
required
Minimum string length: 1
openingHour
string
required
Example:

"00:00:00"

closingHour
string
required
Example:

"00:00:00"

adjustmentDate
string<date-time>
required
label
string | null
isClosedAllDay
boolean | null
isOpenedAllDay
boolean | null

Response

OK

errors
object[] | null
Last modified on August 10, 2026