Sie können custombatch
verwenden, um mehrere Produkte gleichzeitig zu insert
, get
oder delete
Zeit in einem einzigen API-Aufruf.
Verwenden Sie die folgende Anfrage-URL, um einen Aufruf an die APIs für benutzerdefinierte Batches zu senden:
POST https://shoppingcontent.googleapis.com/content/v2.1/products/batch
Der Anfragetext enthält bestimmte Parameter: batchId
, merchantID
,
und method
.
Verwende productId
nur, wenn du „get“- oder „delete“-Anfragen ausführst. Das productId
ist bei einem Insert API-Aufruf für custombatch
nicht erforderlich.
custombatch:insert
Mit der folgenden Anfrage-URL wird ein products.custombatch method=insert
erstellt
POST https://shoppingcontent.googleapis.com/content/v2.1/products/batch
Um die beiden neuen Produkte einzufügen, geben Sie für jedes Produkt den Wert batchId
, den
merchantId
des Händlers, der zum Ausführen des API-Aufrufs autorisiert ist, und die Methode
insert
Im folgenden Beispiel sind die batchId
-Werte 1111
und 1112
und sind eindeutige Kennzeichnungen für die einzelnen Produkte. merchantId:
1234567
steht für den Händler, der zum Ausführen des API-Aufrufs berechtigt ist, und die Methode
ist get
, delete
oder insert
.
Ein insert
erstellt ein neues Produkt. Wenn Werte für die Attribute vorhanden sind
channel
, contentLanguage
, offerId
und feedLabel
für eine bestimmte
verwendet, aktualisiert diese Methode den Eintrag und ersetzt alle Daten aus der vorherigen API
für das Produkt abruft.
Hier ist ein Beispiel für einen JSON-Textkörper, um zwei T-Shirts im Merchant Center zu insert
mit einem einzigen API-Aufruf:
{
"entries": [
{
"batchId": 1111,
"merchantId": 1234567,
"method": "insert",
"product": {
"kind": "content#product",
"offerId": "1111111111",
"title": "Google Tee Black",
"description": "The Black Google Tee is available in unisex sizing and
features a retail fit.",
"link": "http://my.site.com/blacktee/",
"imageLink": "https://shop.example.com/.../images/GGOEGXXX1100.jpg",
"contentLanguage": "en",
"targetCountry": "US",
"feedLabel": "US",
"channel": "online",
"ageGroup": "adult",
"availability": "in stock",
"availabilityDate": "2019-01-25T13:00:00-08:00",
"brand": "Google",
"color": "black",
"condition": "new",
"gender": "male",
"googleProductCategory": "1604",
"gtin": "608802531656",
"itemGroupId": "google_tee",
"mpn": "608802531656",
"price": {
"value": "21.99",
"currency": "USD"
},
"sizes": [
"Large"
],
"includedDestination": [
"Shopping"
]
}
},
{
"batchId": 1112,
"merchantId": 1234567,
"method": "insert",
"product": {
"kind": "content#product",
"offerId": "2222222222",
"title": "Google Tee Green",
"description": "100% cotton jersey fabric sets this Google t-shirt above
the crowd. Features the google logo across the chest. Unisex sizing.",
"link": "http://my.site.com/greentee/",
"imageLink": "https://shop.example.com/.../images/GGOEGXXX0906.jpg",
"contentLanguage": "en",
"targetCountry": "US",
"feedLabel": "US",
"channel": "online",
"ageGroup": "adult",
"availability": "in stock",
"availabilityDate": "2019-01-25T13:00:00-08:00",
"brand": "Google",
"color": "green",
"condition": "new",
"gender": "male",
"googleProductCategory": "1604",
"gtin": "608802531649",
"itemGroupId": "google_tee",
"mpn": "608802531649",
"price": {
"value": "21.99",
"currency": "USD"
},
"sizes": [
"Medium"
],
"includedDestination": [
"Shopping"
]
}
}
]
}
Bei einem erfolgreichen API-Aufruf werden ein HTTP 200
-Code und eine JSON-Antwort zurückgegeben, die
enthält die eingefügten Produkte. Das Format des zurückgegebenen JSON-Formats
sieht in etwa so aus:
{
"kind": "content#productsCustomBatchResponse",
"entries": [
{
"kind": "content#productsCustomBatchResponseEntry",
"batchId": 1111,
"product": {
"kind": "content#product",
"id": "online:en:US:1111111111",
"offerId": "1111111111",
"title": "Google Tee Black",
"description": "The Black Google Tee is available in unisex sizing and
features a retail fit.",
"link": "http://my.site.com/blacktee/",
"imageLink": "https://shop.example.com/.../images/GGOEGXXX1100.jpg",
"contentLanguage": "en",
"targetCountry": "US",
"feedLabel": "US",
"channel": "online",
"ageGroup": "adult",
"availability": "in stock",
"availabilityDate": "2019-01-25T13:00:00-08:00",
"brand": "Google",
"color": "black",
"condition": "new",
"gender": "male",
"googleProductCategory": "1604",
"gtin": "608802531656",
"itemGroupId": "google_tee",
"mpn": "608802531656",
"price": {
"value": "21.99",
"currency": "USD"
},
"sizes": [
"Large"
],
"includedDestination": [
"Shopping"
]
}
},
{
"kind": "content#productsCustomBatchResponseEntry",
"batchId": 1112,
"product": {
"kind": "content#product",
"id": "online:en:US:2222222222",
"offerId": "2222222222",
"title": "Google Tee Green",
"description": "100% cotton jersey fabric sets this Google t-shirt above
the crowd. Features the google logo across the chest. Unisex sizing.",
"link": "http://my.site.com/greentee/",
"imageLink": "https://shop.example.com/.../images/GGOEGXXX0906.jpg",
"contentLanguage": "en",
"targetCountry": "US",
"feedLabel": "US",
"channel": "online",
"ageGroup": "adult",
"availability": "in stock",
"availabilityDate": "2019-01-25T13:00:00-08:00",
"brand": "Google",
"color": "green",
"condition": "new",
"gender": "male",
"googleProductCategory": "1604",
"gtin": "608802531649",
"itemGroupId": "google_tee",
"mpn": "608802531649",
"price": {
"value": "21.99",
"currency": "USD"
},
"sizes": [
"Medium"
],
"includedDestination": [
"Shopping"
]
}
}
]
}
custombatch:get
Die folgende Anfrage-URL führt einen products.custombatch
-Aufruf mit
method=get
:
POST https://shoppingcontent.googleapis.com/content/v2.1/products/batch
Um ein Produkt abzurufen, geben Sie die batchId
an, die für das Produkt eindeutig ist
für den API-Aufruf die merchantId
des Händlers, der berechtigt ist,
API-Aufruf, die Methode get
und den productId
des abgerufenen Produkts.
Hier sehen Sie ein Beispiel für einen JSON-Anfragetext zum Abrufen der beiden Produkte:
mit dem vorherigen custombatch:insert
-Beispiel eingefügt, angegeben
nach ihren productId
-Werten. Die batchId
ist für jedes Element in der Liste eindeutig:
{
"entries": [
{
"batchId": 1113,
"merchantId": 1234567,
"method": "get",
"productId": "online:en:US:1111111111"
},
{
"batchId": 1114,
"merchantId": 1234567,
"method": "get",
"productId": "online:en:US:2222222222"
}
]
}
Dieser Aufruf gibt einen HTTP 200
-Code und den folgenden Antworttext zurück:
{
"kind": "content#productsCustomBatchResponse",
"entries": [
{
"kind": "content#productsCustomBatchResponseEntry",
"batchId": 1113,
"product": {
"kind": "content#product",
"id": "online:en:US:1111111111",
"offerId": "1111111111",
"title": "Google Tee Black",
"description": "The Black Google Tee is available in unisex sizing and features a retail fit.",
"link": "http://my.site.com/blacktee/",
"imageLink": "https://shop.example.com/.../images/GGOEGXXX1100.jpg",
"contentLanguage": "en",
"targetCountry": "US",
"feedLabel": "US",
"channel": "online",
"ageGroup": "adult",
"availability": "in stock",
"availabilityDate": "2019-01-25T13:00:00-08:00",
"brand": "Google",
"color": "black",
"condition": "new",
"gender": "male",
"googleProductCategory": "1604",
"gtin": "608802531656",
"itemGroupId": "google_tee",
"mpn": "608802531656",
"price": {
"value": "21.99",
"currency": "USD"
},
"sizes": [
"Large"
],
"includedDestination": [
"Shopping"
]
}
},
{
"kind": "content#productsCustomBatchResponseEntry",
"batchId": 1114,
"product": {
"kind": "content#product",
"id": "online:en:US:2222222222",
"offerId": "2222222222",
"title": "Google Tee Green",
"description": "100% cotton jersey fabric sets this Google t-shirt above the crowd.
Features the google logo across the chest. Unisex sizing.",
"link": "http://my.site.com/greentee/",
"imageLink": "https://shop.example.com/.../images/GGOEGXXX0906.jpg",
"contentLanguage": "en",
"targetCountry": "US",
"feedLabel": "US",
"channel": "online",
"ageGroup": "adult",
"availability": "in stock",
"availabilityDate": "2019-01-25T13:00:00-08:00",
"brand": "Google",
"color": "green",
"condition": "new",
"gender": "male",
"googleProductCategory": "1604",
"gtin": "608802531649",
"itemGroupId": "google_tee",
"mpn": "608802531649",
"price": {
"value": "21.99",
"currency": "USD"
},
"sizes": [
"Medium"
],
"includedDestination": [
"Shopping"
]
}
}
]
}
custombatch:delete
Mit der folgenden Anfrage-URL wird ein products.custombatch
mit
method=delete
:
POST https://shoppingcontent.googleapis.com/content/v2.1/products/batch
Um ein Produkt zu löschen, geben Sie die batchId
an, die für das
in diesem API-Aufruf enthalten, die merchantId
des Händlers, die
diesen API-Aufruf, die Methode delete
und die productId
des Produkts
gelöscht wird.
{
"entries": [
{
"batchId": 1115,
"merchantId": 1234567,
"method": "delete",
"productId": "online:en:US:1111111111"
},
{
"batchId": 1116,
"merchantId": 1234567,
"method": "delete",
"productId": "online:en:US:2222222222"
}
]
}
Bei diesem Aufruf werden ein HTTP 200
-Code und die batchId
-Werte der gelöschten
Elemente:
{
"kind": "content#productsCustomBatchResponse",
"entries": [
{
"kind": "content#productsCustomBatchResponseEntry",
"batchId": 1115
},
{
"kind": "content#productsCustomBatchResponseEntry",
"batchId": 1116
}
]
}