application/json
PUT
/self/{shopId}/settings/timezone
cURL (application/json)
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/timezone' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"utcTimezoneOffset":42}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/timezone' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/timezone' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
Request examples
{
"utcTimezoneOffset": 42
}
Request examples
{
"utcTimezoneOffset": 42
}
Request examples
{
"utcTimezoneOffset": 42
}