您可以使用 Merchant API 共享商品目录、商店和销售数据 以便更好地了解和管理
请求
对于本地 Feed 合作伙伴 API,请使用以下请求网址格式:
POST https://merchantapi.googleapis.com/lfp/v1beta/{parent}/lfpInventories:insert
如需了解详情,请参阅方法: accounts.lfpInventories.insert.
以下是 Content API for Shopping 与本地 Feed 的对比示例 合作伙伴计划 API:
Content API | 商家 API | |
网址 |
POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/inventory
|
POST https://merchantapi.googleapis.com/lfp/v1beta/ {parent}/lfpInventories:insert
|
标识符 |
{merchantId}/pos/ {targetMerchantId}
|
{parent} |
以下是 Content API for Shopping 与本地 Feed 的对比示例 用于请求插入销售数据的合作伙伴 API:
Content API | 商家 API | |
网址 | POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/sale |
POST https://merchantapi.googleapis.com/lfp/v1beta/ {parent}/lfpSales:insert |
标识符 | {merchantId}/pos/ {targetMerchantId} |
{parent} |
以下是 Content API for Shopping 与本地 Feed 的对比示例 用于请求插入商店的合作伙伴关系 API:
Content API | 商家 API | |
网址 | POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/store |
POST https://merchantapi.googleapis.com/lfp/v1beta/ {parent}/lfpStores:insert |
标识符 | {merchantId}/pos/ {targetMerchantId} |
{parent} |
方法
以下是本地 Feed 合作伙伴关系中商店 API 方法的变化 API:
方法 | Content API for Shopping 中的网址 | Merchant API 中的网址 | Content API for Shopping 中的标识符 | Merchant API 中的标识符 | 说明 |
insert |
POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/store |
POST https://merchantapi.googleapis.com/lfp/v1beta/ {parent=accounts/*}/lfpStores:insert |
{merchantId}/pos /{targetMerchantId} |
{parent} | “parent ”的格式为 accounts/{lfpPartnerAccountId} |
delete |
DELETE https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/store/ {storeCode} |
DELETE https://merchantapi.googleapis.com/lfp/v1beta/ {name=accounts/*/lfpStores/*} |
{merchantId}/pos/ {targetMerchantId}/store/ {storeCode} |
{name} | “name ”的格式为 accounts/ {lfpPartnerAccountId}/lfpStores/ {targetMerchantId}~{storeCode} |
get |
GET https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/store/ {storeCode} |
GET https://merchantapi.googleapis.com/lfp/v1beta/ {name=accounts/*/lfpStores/*} |
{merchantId}/pos/ {targetMerchantId}/store/ {storeCode} |
{name} | “name ”的格式为 accounts/ {lfpPartnerAccountId}/lfpStores/ {targetMerchantId}~{storeCode} |
list |
GET https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/store |
GET https://merchantapi.googleapis.com/lfp/v1beta/ {parent=accounts/*}/lfpStores |
/{merchantId}/pos/ {targetMerchantId} |
{parent} | “{parent} ”的格式为 accounts/ {lfpPartnerAccountId} |
以下是本地 Feed 合作伙伴关系中的 Inventory API 方法发生的变化 API:
方法 | Content API for Shopping 中的网址 | Merchant API 中的网址 | Content API for Shopping 中的标识符 | Merchant API 中的标识符 | 说明 |
insert |
POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/store |
POST https://merchantapi.googleapis.com/lfp/v1beta/ {parent}/lfpInventories:insert |
{merchantId}/pos/ {targetMerchantId} |
{parent} | “parent ”的格式为 accounts/ {lfpPartnerAccountId} |
以下是本地 Feed 合作伙伴关系中的 Sales API 方法发生的变化 API:
方法 | Content API for Shopping 中的网址 | Merchant API 中的网址 | Content API for Shopping 中的标识符 | Merchant API 中的标识符 | 说明 |
insert |
POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/pos/ {targetMerchantId}/store |
POST https://merchantapi.googleapis.com/lfp/v1beta/ {parent}/lfpSales:insert |
{merchantId}/pos/ {targetMerchantId} |
{parent} | “{parent} ”的格式为 accounts/ {lfpPartnerAccountId} |
资源
以下是本地 Feed 合作伙伴关系中的商店资源发生的变化 API。未包含在此处的字段未更改。
Content API for Shopping | 商家 API | 说明 |
不支持 | name: string |
添加了用于区分不同商店的新字段 |
不支持 | targetAccount: integer |
要为其插入商品目录的商家账号 |
targetCountry: string |
regionCode: string |
已将 targetCountry 重命名为 regionCode |
websiteUrl: string |
websiteUri: string |
已将 websiteUrl 重命名为 websiteUri |
kind: string |
不支持 | 本地 Feed 合作伙伴 API 不支持 kind |
以下是在插入广告资源方面发生的变化。此处未包含的字段为 未更改。
Content API for Shopping | 商家 API | 说明 |
不支持 | name: string |
新增了用于区分不同广告资源的字段 |
不支持 | targetAccount: integer |
要为其插入商品目录的商家账号。 |
targetCountry: string |
regionCode: string |
targetCountry 已重命名为 regionCode 。商品销往国家/地区的 CLDR 地区代码。 |
itemId: string |
offerId: string |
已将 itemId 重命名为 offerId |
quantity: string |
quantity: string |
quantity 已更新为可选项 |
不支持 | availability: string |
必须提供availability |
|
|
价格定义已更改。如需了解详情,请参阅价格。 |
timestamp: string |
collectionTime: string |
已将 timestamp 重命名为 collectionTime |
kind: string |
不支持 | 本地 Feed 合作伙伴 API 不支持 kind 。 |
以下是插入促销活动时发生了哪些变化。此处未包含的字段为 未更改。
Content API for Shopping | 商家 API | 说明 |
不支持 | name: string |
新增了用于区分不同广告资源的字段 |
不支持 | targetAccount:integer |
要为其插入销售额的商家账号 |
targetCountry: string |
regionCode: string |
商品销往国家/地区的 CLDR 地区代码。 |
itemId: string |
offerId: string |
已将 itemId 重命名为 offerId |
|
|
价格定义已更改。如需了解详情,请参阅价格。 |
timestamp: string |
saleTime: string |
已将 timestamp 重命名为 saleTime |
kind: string |
不支持 | 本地 Feed 合作伙伴 API 不支持 kind 。 |