REST Resource: accounts.lfpStores

資源:LfpStore

商家的商店。這項資訊會用於比對目標商家在 Google 商家檔案中的商店。如果找不到相符的商店,系統就不會使用透過商店代碼提交的商品目錄或銷售資料。

JSON 表示法
{
  "name": string,
  "targetAccount": string,
  "storeCode": string,
  "storeAddress": string,
  "gcidCategory": [
    string
  ],
  "matchingState": enum (StoreMatchingState),
  "storeName": string,
  "phoneNumber": string,
  "websiteUri": string,
  "placeId": string,
  "matchingStateHint": string
}
欄位
name

string

僅供輸出。ID。LfpStore 資源的名稱。格式:accounts/{account}/lfpStores/{target_merchant}~{storeCode}

targetAccount

string (int64 format)

必要欄位。要提交商店的商家 Merchant Center ID。

storeCode

string

必要欄位。不可變動。目標商家專屬的商店 ID。

storeAddress

string

必要欄位。商店的街道地址。例如:1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA。

gcidCategory[]

string

選用設定。Google 我的商家類別 ID

matchingState

enum (StoreMatchingState)

選用設定。僅供輸出。與 Google 商家檔案比對的狀態。如果沒有找到相符項目,請參閱 matchingStateHint 以進一步瞭解詳情。

storeName

string

選用設定。商家或商店名稱。

phoneNumber

string

選用設定。商店電話號碼,格式為 E.164。範例:+15556767888

websiteUri

string

選用設定。商店或商家的網站網址。

placeId

string

選用設定。商店位置的 Google 地點 ID

matchingStateHint

string

選用設定。僅供輸出。說明配對失敗的原因,只有在 matchingState=STORE_MATCHING_STATE_FAILED 時才會設定。

可能的值為:

  • linked-store-not-found」:沒有可配對的 Google 商家檔案商店。
  • store-match-not-found」:無法將你提供的LfpStore配對至任何已連結的 Google 商家檔案商店。Merchant Center 帳戶已正確連結,Google 商家檔案中也能顯示商店,但 LfpStore 的位置地址與 Google 商家檔案商店不符讓我們看看 DNS 解析 進一步探索內部和外部位址請更新 LfpStore 地址或 Google 商家檔案商店的地址,確保兩者相符。
  • store-match-unverified」:你提供的LfpStore無法對應至任何已連結的 Google 商家檔案商店,因為相符的 Google 商家檔案商店未經驗證。完成 Google 商家檔案驗證程序,確保比對結果相符。

StoreMatchingState

LfpStore 與 Google 商家檔案比對的狀態。

列舉
STORE_MATCHING_STATE_UNSPECIFIED 未指定儲存比對狀態。
STORE_MATCHING_STATE_MATCHED LfpStore」已成功與 Google 商家檔案商店進行比對。
STORE_MATCHING_STATE_FAILED LfpStore與 Google 商家檔案商店不相符。

方法

delete

刪除目標商家的商店。

get

擷取商店資訊。

insert

插入目標商家的商店。

list

列出目標商家的商店,由 ListLfpStoresRequest 中的篩選器指定。