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

省略可。店舗または販売者のウェブサイトの URL。

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」: 一致した Google ビジネス プロフィールの店舗はオーナー確認が完了していないため、指定された LfpStore は、リンクされている 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 のフィルタで指定された対象販売者の店舗を一覧表示します。