PUT /self/{shopId}/settings/timezone

PUT /self/{shopId}/settings/timezone

Path parameters

application/json

Responses

PUT /self/{shopId}/settings/timezone
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/settings/timezone \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"utcTimezoneOffset":42}'
Request example
{
  "utcTimezoneOffset": 42
}