AI-generated Key Takeaways
-
LfpStore allows merchants to match their store with a Google Business Profile for inventory and sales data usage.
-
If a matching store isn't found, submitted data associated with the store code won't be used.
-
LfpStore matching can result in success, failure, or an unverified state, each with specific reasons for the outcome.
-
Merchants can manage their LfpStores by deleting, retrieving, inserting, or listing them via available methods.
Resource: LfpStore
A store for the merchant. This will be used to match to a store under the Google Business Profile of the target merchant. If a matching store can't be found, the inventories or sales submitted with the store code will not be used.
JSON representation |
---|
{
"name": string,
"targetAccount": string,
"storeCode": string,
"storeAddress": string,
"gcidCategory": [
string
],
"matchingState": enum ( |
Fields | |
---|---|
name |
Output only. Identifier. The name of the |
targetAccount |
Required. The Merchant Center id of the merchant to submit the store for. |
storeCode |
Required. Immutable. A store identifier that is unique for the target merchant. |
storeAddress |
Required. The street address of the store. Example: 1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA. |
gcidCategory[] |
Optional. Google My Business category id. |
matchingState |
Optional. Output only. The state of matching to a Google Business Profile. See |
storeName |
Optional. The merchant or store name. |
phoneNumber |
Optional. The store phone number in E.164 format. Example: |
websiteUri |
Optional. The website URL for the store or merchant. |
placeId |
Optional. The Google Place Id of the store location. |
matchingStateHint |
Optional. Output only. The hint of why the matching has failed. This is only set when Possible values are:
|
StoreMatchingState
The state of matching LfpStore
to a Google Business Profile.
Enums | |
---|---|
STORE_MATCHING_STATE_UNSPECIFIED |
Store matching state unspecified. |
STORE_MATCHING_STATE_MATCHED |
The LfpStore is successfully matched with a Google Business Profile store. |
STORE_MATCHING_STATE_FAILED |
The LfpStore is not matched with a Google Business Profile store. |
Methods |
|
---|---|
|
Deletes a store for a target merchant. |
|
Retrieves information about a store. |
|
Inserts a store for the target merchant. |
|
Lists the stores of the target merchant, specified by the filter in ListLfpStoresRequest . |