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 |
target |
Required. The Merchant Center id of the merchant to submit the store for. |
store |
Required. Immutable. A store identifier that is unique for the target merchant. |
store |
Required. The street address of the store. Example: 1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA. |
gcid |
Optional. Google My Business category id. |
matching |
Optional. Output only. The state of matching to a Google Business Profile. See |
store |
Optional. The merchant or store name. |
phone |
Optional. The store phone number in E.164 format. Example: |
website |
Optional. The website URL for the store or merchant. |
place |
Optional. The Google Place Id of the store location. |
matching |
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 . |