Skip to content

Create Quote

Description

Uber Direct Create Quote 建立報價。

Resource

POST /v1/ubereats/create_quote

Authorization

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

Request Body Parameters

Name Type Description
brand_name string 品牌名稱
default_drop_address string 預設送達地址
store_ids list[string] 門市編號列表 (optional)

Request Example

{
    "brand_name": "雙月食品社",
    "default_drop_address": "台北市中正區仁愛路二段99號16樓B室"
}

Response

Status-Code: 204