Method: accounts.products.get
商品の問題を含め、Manufacturer Center アカウントから商品を取得します。
最近更新された商品の処理には 15 分ほどかかります。変更が表示されるのは、処理の完了後のみです。一部の問題は商品の処理が完了してから利用可能になる場合がありますが、他の問題が表示されるまでに数日かかることがあります。
HTTP リクエスト
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*}/products/{name}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
accounts/{account_id} 形式の親 ID。
account_id - Manufacturer Center アカウントの ID。
|
name |
string
{targetCountry}:{contentLanguage}:{productId} 形式の名前。
targetCountry - 商品の対象国を CLDR 地域コードで表したもの(例: US)。
contentLanguage - 商品のコンテンツ言語。2 文字の ISO 639-1 言語コードで指定します(例: en)。
productId - 商品の ID。詳しくは、https://support.google.com/manufacturers/answer/6124116#id をご覧ください。
|
クエリ パラメータ
パラメータ |
include[] |
enum (ProductSection )
レスポンスに含める情報。ここにリストされているセクションのみが返されます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Product
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/manufacturercenter
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-09 UTC。
[null,null,["最終更新日 2024-07-09 UTC。"],[[["Retrieves product data, including issues, from a Manufacturer Center account using a GET request."],["Product data updates may take up to 15 minutes to process and become visible, with some issues potentially taking days to appear."],["The request requires specifying the account ID, target country, content language, and product ID as path parameters."],["Optionally, you can include specific product sections in the response by using the `include` query parameter."],["Authorization is necessary using the `https://www.googleapis.com/auth/manufacturercenter` OAuth scope."]]],[]]