rocket
Content API for Shopping の正式な後継である
Merchant API をご紹介します。
update
Merchant API の新機能、バグの修正、リリース更新に関する
最新情報を入手します。
商品フィードを管理する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
概要
価格や在庫状況など、一部の商品データは時間の経過とともに自然と変化します。この情報を最新の状態に保つために、商品フィードを定期的にメンテナンスする必要があります。
商品データを更新するには、補助フィードと Products API を使用します。補助フィードは Merchant Center UI でのみ作成できます。また、メインフィードにリンクする必要があります。
手動で行う場合の手順
補助フィードを使用して在庫を維持するには、補助フィードを作成するをご覧ください。
商品アイテムの自動更新を使用して、価格と在庫状況を最新の状態に保つこともできます。価格や在庫状況が Merchant Center に現在保存されている情報と価格や在庫状況が一致しない場合、Merchant Center はお客様のウェブサイトの埋め込み構造化データを使用して商品を更新できます。
商品アイテムの自動更新は、商品データを更新する主な方法ではなく、商品の価格や在庫状況に関する小さな問題を解決するためのものです。補助フィードや Content API とともに使用するようにしてください。
商品アイテムの自動更新を有効にするには、商品アイテムの自動更新についての手順に沿って操作してください。
自動ステップ
Content API for Shopping を使って商品情報を更新するには、Products API を使用します。
insert
メソッドと update
メソッドを使用して、個々のアイテムを作成および更新できます。
商品の挿入や更新と同様に、products.custombatch
メソッドを使用すると、複数の在庫の更新を 1 つの Content API for Shopping 呼び出しにまとめることができます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eProduct data like price and availability requires regular updates to stay current.\u003c/p\u003e\n"],["\u003cp\u003eSupplemental feeds, created through the Merchant Center UI and linked to a primary feed, offer a way to update product data.\u003c/p\u003e\n"],["\u003cp\u003eAutomatic item updates provide a way to fix minor discrepancies in price and availability by utilizing structured data from your website.\u003c/p\u003e\n"],["\u003cp\u003eThe Products API allows for programmatic updates of product information, including using methods for creating, updating, and batching changes.\u003c/p\u003e\n"]]],[],null,["# Maintain a product feed\n\nSummary\n-------\n\nSome product data, like price and availability, naturally changes over time.\nYou need to maintain your product feed regularly to keep this information\nup-to-date.\n\nYou can use supplemental feeds and the [Products API](/shopping-content/guides/products/products-api) to update product\ndata. Supplemental feeds can only be created in the\n[Merchant Center UI](https://merchants.google.com), and they must be linked to a primary\nfeed.\n\nManual steps\n------------\n\nTo maintain your inventory with supplemental feeds, see [Create a supplemental\nfeed](//support.google.com/merchants/answer/7439058#supplemental).\n\nYou can also use [automatic item updates](//support.google.com/merchants/answer/3246284) to keep\nprice and availability information up-to-date. Merchant Center can use embedded\nstructured data from your website to update products if the price or\navailability differs from the information currently stored in the Merchant Center.\n\nAutomatic item updates are designed to fix small problems with product\nprice and availability, not to be the main method of updating product data. You\nshould use them in addition to supplemental feeds and the Content API.\n\nTo enable automatic item updates, follow the steps in\n[About automatic item updates](//support.google.com/merchants/answer/3246284).\n\nAutomatic steps\n---------------\n\nTo update information product information with the Content API for Shopping,\nuse the [Products API](/shopping-content/guides/products/products-api).\n\nYou can use the [`insert`](/shopping-content/guides/products/products-api#productsinsert) and [`update`](/shopping-content/guides/products/products-api#productsupdate) methods to create and update\nindividual items.\n\nLike product inserts and updates, multiple inventory updates can be batched into\na single Content API for Shopping call using the [`products.custombatch`](/shopping-content/reference/rest/v2.1/products/custombatch) method."]]