Product
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"parent": string,
"name": string,
"targetCountry": string,
"contentLanguage": string,
"productId": string,
"attributes": {
object (Attributes )
},
"issues": [
{
object (Issue )
}
],
"destinationStatuses": [
{
object (DestinationStatus )
}
]
} |
フィールド |
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 をご覧ください。
|
targetCountry |
string
商品の対象国(CLDR 地域コード)(例: US)。
|
contentLanguage |
string
商品のコンテンツの言語(2 文字の ISO 639-1 言語コード)。(例: en)。
|
productId |
string
商品の ID。詳しくは、https://support.google.com/manufacturers/answer/6124116#id をご覧ください。
|
attributes |
object (Attributes )
Manufacturer Center にアップロードされた商品の属性。手動で編集された属性は考慮されます。
|
issues[] |
object (Issue )
サーバーによって生成された、商品に関連する問題のリスト。
|
destinationStatuses[] |
object (DestinationStatus )
リンク先のステータス。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-10 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-10 UTC。"],[[["This documentation outlines the JSON representation of product data within the Manufacturer Center."],["The representation includes essential product identifiers such as parent ID, name, target country, content language, and product ID."],["Product data also comprises attributes, potential issues, and destination statuses, providing a comprehensive view of the product's information."],["Refer to external documentation for details on product ID format and managing product data in Manufacturer Center."]]],[]]