Method: accounts.products.get

透過 Manufacturer Center 帳戶取得產品,包括產品問題。

最近更新的產品需要約 15 分鐘的處理時間。變更內容處理完畢後,才會顯示。有些問題在產品處理完畢後可能會繼續顯示,但系統可能需要幾天才會顯示其他問題。

HTTP 要求

GET https://manufacturers.googleapis.com/v1/{parent=accounts/*}/products/{name}

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

父項 ID,格式為 accounts/{account_id}

account_id - Manufacturer Center 帳戶的 ID。

name

string

名稱格式為 {targetCountry}:{contentLanguage}:{productId}

targetCountry:產品的指定國家/地區 (CLDR 地域代碼),例如美國。

contentLanguage - 產品的內容語言,以兩個英文字母組成的 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 總覽