HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

Delivery Time Slot

Data structure of delivery_time_slot

FieldColumn TypeDescriptionExample
idStringDelivery Time Slot ID
送貨時段ID
62fb881a61f2d7003564cdc8
group_keyStringDelivery Time Slot Group Key
送貨時段Group Key
572126
limitIntegerLimit of Delivery Time Slot
送貨時段限制
5
translationsTranslationScheduled Delivery Time Slot Name
送貨時段名稱
{ "en": "morning",
"zh-hant": "上午“ }
weekdayIntegerSpecific weekday
指定週間日
5
statusStringDelivery Time Slot status
送貨時段狀態
active
is_availableBooleanIs Delivery Time Slot available
送貨時段是否可用
true
created_atDateTimeDelivery Time Slot created time
送貨時段創建時間
2020-07-09T04:00:00.000+00:00
updated_atDateTimeDelivery Time Slot updated time
送貨時段更新時間
2020-07-09T04:00:00.000+00:00

JSON Sample

{
  "delivery_time_slot": {
            "id": "62fb881a61f2d7003564cdc8",
            "group_key": "572126",
            "limit": 10,
            "translations": {
                "zh-hant": "AM9:00-AM10:00"
            },
            "weekday": 1,
            "status": "active",
            "created_at": "2022-08-16T12:05:46.216+00:00",
            "updated_at": "2022-08-16T12:05:46.216+00:00",
            "is_available": true
  }
}