你可以使用 Merchant API 分享商品目錄、商店和銷售資料 透過 Google 服務輕鬆掌握及管理資訊
要求
請使用以下店面動態饋給合作夥伴 API 的要求網址格式:
POST https://merchantapi.googleapis.com/lfp/v1beta/{parent}/lfpInventories:insert
詳情請參閱方法: accounts.lfpInventories.insert.
以下為 Content API for Shopping 與本地動態饋給的差異範例 合作夥伴 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
|
ID |
{merchantId}/pos/ {targetMerchantId}
|
{parent} |
以下為 Content API for Shopping 與本地動態饋給的差異範例 要求插入銷售活動的合作夥伴 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 |
ID | {merchantId}/pos/ {targetMerchantId} |
{parent} |
以下為 Content API for Shopping 與本地動態饋給的差異範例 合作夥伴 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 |
ID | {merchantId}/pos/ {targetMerchantId} |
{parent} |
方法
在店面動態饋給合作夥伴關係中,商店 API 方法的相關異動如下 API:
方法 | Content API for Shopping 中的網址 | Merchant API 中的網址 | Content API for Shopping 中的 ID | Merchant API 中的 ID | 說明 |
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} |
以下將針對店面動態饋給合作夥伴關係的 Inventory API 方法異動說明 API:
方法 | Content API for Shopping 中的網址 | Merchant API 中的網址 | Content API for Shopping 中的 ID | Merchant API 中的 ID | 說明 |
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} |
與店面動態饋給合作夥伴關係的 Sales API 方法異動如下 API:
方法 | Content API for Shopping 中的網址 | Merchant API 中的網址 | Content API for Shopping 中的 ID | Merchant API 中的 ID | 說明 |
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} |
資源
在店面動態饋給合作夥伴關係中,商店資源異動如下 也能使用 Google Cloud CLI 或 Compute Engine API未在此輸入的欄位則保持不變。
Content API for Shopping | 商家 API | 說明 |
不支援 | name: string |
新增欄位以區分不同的商店 |
不支援 | targetAccount: integer |
要插入商品目錄資料的商家帳戶 |
targetCountry: string |
regionCode: string |
targetCountry 已重新命名為 regionCode |
websiteUrl: string |
websiteUri: string |
websiteUrl 已重新命名為 websiteUri |
kind: string |
不支援 | 本地動態饋給合作夥伴 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 |
不支援 | 本地動態饋給合作夥伴 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 |
不支援 | 本地動態饋給合作夥伴 API 不支援 kind 。 |