Product
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"parent": string,
"name": string,
"targetCountry": string,
"feedLabel": string,
"contentLanguage": string,
"productId": string,
"attributes": {
object (Attributes )
},
"issues": [
{
object (Issue )
}
],
"destinationStatuses": [
{
object (DestinationStatus )
}
]
} |
字段 |
parent |
string
父级 ID,格式为 accounts/{account_id} 。 account_id - Manufacturer Center 账号的 ID。
|
name |
string
名称采用 {targetCountry}:{contentLanguage}:{productId} 格式。 targetCountry - 商品的目标国家/地区,以 CLDR 地区代码(例如 US)表示。
contentLanguage - 商品的内容语言,以双字母 ISO 639-1 语言代码表示(例如,en)。
productId - 商品的 ID。如需了解详情,请参阅 https://support.google.com/manufacturers/answer/6124116#id。
|
targetCountry |
string
商品的定位国家/地区,以 CLDR 地区代码表示(例如 US)。
|
feedLabel |
string
可选。商品的 Feed 标签。
|
contentLanguage |
string
商品的内容语言,以双字母 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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-17。
[null,null,["最后更新时间 (UTC):2025-08-17。"],[[["\u003cp\u003eThis documentation outlines the JSON representation of product data within the Manufacturer Center.\u003c/p\u003e\n"],["\u003cp\u003eThe representation includes essential product identifiers such as parent ID, name, target country, content language, and product ID.\u003c/p\u003e\n"],["\u003cp\u003eProduct data also comprises attributes, potential issues, and destination statuses, providing a comprehensive view of the product's information.\u003c/p\u003e\n"],["\u003cp\u003eRefer to external documentation for details on product ID format and managing product data in Manufacturer Center.\u003c/p\u003e\n"]]],[],null,["# Product\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nProduct data.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"parent\": string, \"name\": string, \"targetCountry\": string, \"feedLabel\": string, \"contentLanguage\": string, \"productId\": string, \"attributes\": { object (/manufacturers/reference/rest/v1/Attributes) }, \"issues\": [ { object (/manufacturers/reference/rest/v1/accounts.languages.productCertifications#Issue) } ], \"destinationStatuses\": [ { object (/manufacturers/reference/rest/v1/accounts.languages.productCertifications#DestinationStatus) } ] } ``` |\n\n| Fields ||\n|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. |\n| `name` | `string` Name in the format `{targetCountry}:{contentLanguage}:{productId}`. `targetCountry` - The target country of the product as a CLDR territory code (for example, US). `contentLanguage` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `productId` - The ID of the product. For more information, see \u003chttps://support.google.com/manufacturers/answer/6124116#id\u003e. |\n| `targetCountry` | `string` The target country of the product as a CLDR territory code (for example, US). |\n| `feedLabel` | `string` Optional. The feed label for the product. |\n| `contentLanguage` | `string` The content language of the product as a two-letter ISO 639-1 language code (for example, en). |\n| `productId` | `string` The ID of the product. For more information, see \u003chttps://support.google.com/manufacturers/answer/6124116#id\u003e. |\n| `attributes` | `object (`[Attributes](/manufacturers/reference/rest/v1/Attributes)`)` Attributes of the product uploaded to the Manufacturer Center. Manually edited attributes are taken into account. |\n| `issues[]` | `object (`[Issue](/manufacturers/reference/rest/v1/accounts.languages.productCertifications#Issue)`)` A server-generated list of issues associated with the product. |\n| `destinationStatuses[]` | `object (`[DestinationStatus](/manufacturers/reference/rest/v1/accounts.languages.productCertifications#DestinationStatus)`)` The status of the destinations. |"]]