Announcement
OpenAPI Adjustment (Timezone Enhancement)
OpenAPI Adjustment (Timezone Enhancement)
Start from 10 June 2026 (Wednesday), all the API that related with showing or filtering the date time will enhance it based on the store's timezone. The new API will be add as below:
Get Timezone
API URL: https://opensgapi.sitegiant.co/api/v1/timezone
Sample Response:
{
"code": "200",
"error": [],
"response": {
"timezone": "Asia/Kuala_Lumpur"
}
}