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 商家檔案商店的地址不符。請更新 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 中的篩選器指定。