Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Tabelle „Lokales Inventar“ im Google Merchant Center
Übersicht
Mit lokalen Inventardaten können Händler ihre lokalen Angebote für ihre Produkte nach BigQuery exportieren. Diese Daten umfassen Preise, Verfügbarkeit und Produktmengen sowie Informationen zur Abholung und zum Standort des Produkts in der Filiale.
Das Format der lokalen Inventardaten entspricht im Wesentlichen dem Format der entsprechenden Felder der Ressource localinventory der Content API.
Je nach Typ des verwendeten Händlerkontos werden die Daten in eine der folgenden Tabellen geschrieben:
Wenn Sie eine einzelne Händler-ID verwenden, werden die Daten in die LocalInventories_MERCHANT_ID-Tabelle geschrieben.
Wenn Sie ein MCA-Konto verwenden, werden die Daten in die LocalInventories_AGGREGATOR_ID-Tabelle geschrieben.
Schema
Die Tabellen LocalInventories_ haben das folgende Schema:
Spalte
BigQuery-Datentyp
Beschreibung
Beispieldaten
product_id
STRING
Content API-REST-ID des Produkts im Format: channel:content_language:feed_label:offer_id. Dieses Feld ist ein Primärschlüssel.
online:en:AU:666840730
merchant_id
INTEGER
Händlerkonto-ID Dieses Feld ist ein Primärschlüssel.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-17 (UTC)."],[[["\u003cp\u003eLocal inventories data from Google Merchant Center can be exported to BigQuery, providing details like pricing, availability, quantity, pickup options, and in-store location.\u003c/p\u003e\n"],["\u003cp\u003eThe data format in BigQuery aligns with the \u003ccode\u003elocalinventory\u003c/code\u003e resource fields in the Content API.\u003c/p\u003e\n"],["\u003cp\u003eData is written to either the \u003ccode\u003eLocalInventories_MERCHANT_ID\u003c/code\u003e table for individual accounts or the \u003ccode\u003eLocalInventories_AGGREGATOR_ID\u003c/code\u003e table for MCA accounts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLocalInventories_\u003c/code\u003e tables include key columns such as \u003ccode\u003eproduct_id\u003c/code\u003e, \u003ccode\u003emerchant_id\u003c/code\u003e, \u003ccode\u003estore_code\u003c/code\u003e, \u003ccode\u003eprice\u003c/code\u003e, \u003ccode\u003esale_price\u003c/code\u003e, \u003ccode\u003eavailability\u003c/code\u003e, \u003ccode\u003equantity\u003c/code\u003e, \u003ccode\u003epickup_method\u003c/code\u003e, \u003ccode\u003epickup_sla\u003c/code\u003e, and \u003ccode\u003einstore_product_location\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Merchant Center local inventories table\n==============================================\n\nOverview\n--------\n\nLocal inventories data allows merchants to export their local offers of their\nproducts to BigQuery. This data includes pricing, availability,\nand quantity of the product along with the information about pick-up and product\nin-store location.\n\nThe format of local inventories data\ncorresponds primarily to the format of the relevant fields of the Content API's\n[`localinventory`](https://developers.google.com/shopping-content/reference/rest/v2.1/localinventory)\nresource.\n\nDepending on the type of Merchant account that you use, the data is written to\none of the following tables:\n\n- If you are using an individual Merchant ID, then the data is written to the `LocalInventories_`\u003cvar translate=\"no\"\u003eMERCHANT_ID\u003c/var\u003e table.\n- If you are using an MCA account, then the data is written to the `LocalInventories_`\u003cvar translate=\"no\"\u003eAGGREGATOR_ID\u003c/var\u003e table.\n\nSchema\n------\n\nThe `LocalInventories_` tables have the following schema:"]]