Mit der Merchant API können Sie Ihre Produkte programmatisch hochladen und verwalten. Mit der Ressource accounts.products können Sie einen Onlineshop mit einer Liste von Produkten und Angeboten erstellen. Weitere Informationen zum Hochladen und Verwalten Ihrer Produkte mit der Merchant API finden Sie in der Übersicht über die Merchant Products API.
Hier sehen Sie ein Beispiel für einen Vergleich der Content API for Shopping mit der Merchant Products API:
|
Content API for Shopping |
Merchant Products API |
Beschreibung |
URL |
https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/products/
|
https://merchantapi.googleapis.com/products/v1beta/ {parent}/productInputs:insert
|
Die Variable {parent} in der Merchant API-Anfrage-URL stellt die eindeutige Kennung des Kontos dar.
|
Kennung |
{id} |
{name} |
|
Methoden
Hier ein Vergleich der Produktmethoden in der Content API for Shopping und in der Merchant Products API:
Methode |
Content API for Shopping |
Merchant Products API |
customBatch |
Ja |
Nein |
insert |
Ja |
Ja |
get |
Ja |
Ja |
update |
Ja |
Nicht verfügbar |
delete |
Ja |
Ja |
list |
Ja |
Ja |
Hier sehen Sie ein Beispiel für einen Vergleich der Methode GET
für die Content API for Shopping und die Merchant Products API:
Content API for Shopping |
Händler-API |
GET https://shoppingcontent.googleapis.com/content/v2.1/ {accountId}/products/ {productId} |
GET https://merchantapi.googleapis.com/products/v1beta/ {name=accounts/*/products/*} |
Anfragen
Methode |
URL in Content API for Shopping |
URL in der Merchant Products API |
ID in Content API |
Kennzeichnung in der Merchant Products API |
insert |
POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/products |
POST https://merchantapi.googleapis.com/products/v1beta/ {parent}/productsInputs:insert?dataSource={dataSourceName} |
{merchantId} |
{parent} |
update |
PATCH https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/products/ {productId} |
Nicht verfügbar |
|
|
delete |
DELETE https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/products/ {productId} |
DELETE https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/productInputs/*}?dataSource={dataSourceName} |
{merchantId}/datafeeds/ {productId} |
{name=accounts/*/productInputs/*} |
get |
GET https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/products/ {productId} |
GET https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/products/*} |
{merchantId}/datafeeds/ {productId} |
{name=accounts/*/products/*} |
list |
GET https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/products |
GET https://merchantapi.googleapis.com/products/v1beta/ {parent=accounts/*}/products |
{merchantId} |
{parent=accounts/*} |
Weitere Informationen
Content API for Shopping |
Merchant Products API |
Beschreibung |
|
|
Mehrere Felder aus der Ressource Product in der Content API for Shopping wurden in das Feld Attribute der Ressource ProductInput in der Merchant Products API verschoben.
|