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

출력 전용입니다. 식별자. LfpStore 리소스 이름입니다. 형식: accounts/{account}/lfpStores/{target_merchant}~{storeCode}

targetAccount

string (int64 format)

필수 항목입니다. 매장을 제출할 판매자의 판매자 센터 ID입니다.

storeCode

string

필수 항목입니다. 변경할 수 없습니다. 대상 판매자별로 고유한 매장 식별자입니다.

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 비즈니스 프로필 스토어와 일치하지 않습니다. 판매자 센터 계정이 올바르게 연결되어 있고 Google 비즈니스 프로필에 매장이 있지만 LfpStore 위치 주소가 Google 비즈니스 프로필 매장과 일치하지 않습니다. 있습니다. 정확하게 일치하도록 LfpStore 주소 또는 Google 비즈니스 프로필 매장 주소를 업데이트하세요.
  • "store-match-unverified": 일치하는 Google 비즈니스 프로필 스토어가 인증되지 않았으므로 제공된 LfpStore과(와) 연결된 Google 비즈니스 프로필 매장과 일치하지 않습니다. Google 비즈니스 프로필 인증 절차를 통해 계정이 정확하게 일치하는지 확인합니다.

StoreMatchingState

Google 비즈니스 프로필과 LfpStore의 매칭 상태입니다.

열거형
STORE_MATCHING_STATE_UNSPECIFIED 스토어 일치 상태가 지정되지 않았습니다.
STORE_MATCHING_STATE_MATCHED LfpStore이(가) Google 비즈니스 프로필 매장과 성공적으로 일치합니다.
STORE_MATCHING_STATE_FAILED LfpStore이(가) Google 비즈니스 프로필 매장과 일치하지 않습니다.

메서드

delete

대상 판매자의 매장을 삭제합니다.

get

매장에 관한 정보를 검색합니다.

insert

대상 판매자에 대한 매장을 삽입합니다.

list

ListLfpStoresRequest의 필터로 지정된 대상 판매자의 매장을 나열합니다.