- 资源:LfpStore
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- StoreMatchingState
- 方法
资源:LfpStore
商家的商店。此属性将用于与目标商家的 Google 商家资料下的商店进行匹配。如果找不到匹配的商店,系统将不会使用通过商店代码提交的商品目录或销售活动。
JSON 表示法 |
---|
{
"name": string,
"targetAccount": string,
"storeCode": string,
"storeAddress": string,
"gcidCategory": [
string
],
"matchingState": enum ( |
字段 | |
---|---|
name |
仅限输出。标识符。 |
targetAccount |
必需。要为其提交商店的商家的 Merchant Center ID。 |
storeCode |
必需。不可变。目标商家独有的商店标识符。 |
storeAddress |
必需。商店的街道地址。例如:1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA。 |
gcidCategory[] |
|
matchingState |
可选。仅限输出。与 Google 商家资料的匹配状态。如果找不到匹配项,请参阅 |
storeName |
可选。商家或商店的名称。 |
phoneNumber |
可选。采用 E.164 格式的商店电话号码。示例: |
websiteUri |
可选。商店或商家的网站网址。 |
placeId |
可选。商店位置的 Google 地点 ID。 |
matchingStateHint |
可选。仅限输出。关于匹配失败原因的提示。仅当 可能的值包括:
|
StoreMatchingState
将 LfpStore
与 Google 商家资料匹配的状态。
枚举 | |
---|---|
STORE_MATCHING_STATE_UNSPECIFIED |
未指定存储匹配状态。 |
STORE_MATCHING_STATE_MATCHED |
LfpStore 已成功与 Google 商家资料商店匹配。 |
STORE_MATCHING_STATE_FAILED |
LfpStore 没有与 Google 商家资料中的商店匹配。 |
方法 |
|
---|---|
|
删除目标商家的商店。 |
|
检索有关商店的信息。 |
|
为目标商家插入商店。 |
|
列出目标商家的商店,由 ListLfpStoresRequest 中的过滤条件指定。 |