您可以使用
checkoutSettings
敬上
屬性,提供連結,方便消費者直接前往
結帳頁面。如需詳細資訊,請參閱新增免費的結帳連結
商家資訊。
您必須先提供商家和產品的特定資訊。
你可以選擇加入結帳計畫你必須符合下列條件,
使用 checkoutSettings
:
- 具備使用中的產品 Google 動態消息 Merchant Center:
- 商家帳戶必須註冊免費產品資訊計畫。
請前往 Google Merchant Center 使用者介面,確認是否已註冊 免費產品資訊計畫如果您尚未註冊,請完成免費產品資訊 新手上路步驟。使用 格式如下:
https://mystore.com/path-to-product/{id}
消費者點按免費產品資訊中的結帳網址時,{id}
會自動替換為產品的 offerId
。
新增結帳網址
別擔心!您可以使用
freelistingsprogram.checkoutsettings.insert
至
新增或更新結帳網址範本。這項呼叫會更新結帳網址
範本,並將所有有效商品加入結帳選項
而不是每個特徵的分數
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/freelistingsprogram/checkoutsettings
範例如下:
{
uri_settings: {
checkout_uri_template: "https://domain_name.com/custom_path/{id}"
}
}
查看目前的結帳網址
別擔心!您可以使用
freelistingsprogram.checkoutsettings.get
敬上
即可查看現有的結帳網址。get
是唯讀檔案,需要您的
merchantId
。get
方法會傳回對應的 checkout
資源。
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/freelistingsprogram/checkoutsettings
移除結帳網址
你可以移除結帳網址:
freelistingsprogram.checkoutsettings.delete
。
這項操作會停用結帳功能。
DELETE https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/freelistingsprogram/checkoutsettings