Skip to content

Get Available Time

Description

取得可取貨時間。

Resource

GET /v1/available_time

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Query Parameters

Name Type Description
store_id string 門市代碼
pickup_date string 取貨日期

Response

{
  "available_times": [
    {
      "time": "06:00"
    },
    {
      "time": "06:15"
    },
    {
      "time": "06:30"
    },
    {
      "time": "06:45"
    }
  ]
} 

Response Body Parameters

Name Type Description
available_times AvailableTime 可取餐時間列表

Response Body Parameters - AvailableTime

Name Type Description
time string 可取餐時間