Method: accounts.products.get
Merchant Center アカウントから処理済み商品を取得します。
商品入力を挿入、更新、削除した後、更新された最終的な商品を取得できるようになるまでに数分かかることがあります。
HTTP リクエスト
GET https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/products/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。取得する商品の名前。形式: accounts/{account}/products/{product} 。最後のセクション product は、channel~contentLanguage~feedLabel~offerId の 4 つの部分で構成されます。商品名の例は「accounts/123/products/online~en~US~sku123」です。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Product
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/content
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-23 UTC。
[null,null,["最終更新日 2025-01-23 UTC。"],[[["Retrieves a specific product from your Merchant Center account using its unique identifier."],["The product identifier is constructed using the channel, content language, feed label, and offer ID."],["It may take several minutes for product updates to be reflected in the retrieval results."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document details retrieving a processed product from a Merchant Center account via a `GET` HTTP request. The URL utilizes gRPC Transcoding syntax and requires a `name` path parameter specifying the product in the format `accounts/{account}/products/{product}`. The request body must be empty. A successful response returns a `Product` instance. Access necessitates the `https://www.googleapis.com/auth/content` OAuth scope. Note that product updates may take minutes to reflect in retrieval.\n"]]