Product
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Biểu diễn dưới dạng JSON |
{
"parent": string,
"name": string,
"targetCountry": string,
"feedLabel": string,
"contentLanguage": string,
"productId": string,
"attributes": {
object (Attributes )
},
"issues": [
{
object (Issue )
}
],
"destinationStatuses": [
{
object (DestinationStatus )
}
]
} |
Trường |
parent |
string
Mã nhận dạng chính ở định dạng accounts/{account_id} . account_id – Mã nhận dạng của tài khoản Manufacturer Center.
|
name |
string
Tên ở định dạng {targetCountry}:{contentLanguage}:{productId} . targetCountry – Quốc gia mục tiêu của sản phẩm dưới dạng mã lãnh thổ CLDR (ví dụ: Hoa Kỳ).
contentLanguage – Ngôn ngữ nội dung của sản phẩm dưới dạng mã ngôn ngữ ISO 639-1 gồm hai chữ cái (ví dụ: en).
productId – Mã nhận dạng của sản phẩm. Để biết thêm thông tin, hãy xem https://support.google.com/manufacturers/answer/6124116#id.
|
targetCountry |
string
Quốc gia mục tiêu của sản phẩm dưới dạng mã lãnh thổ CLDR (ví dụ: Hoa Kỳ).
|
feedLabel |
string
Không bắt buộc. Nhãn nguồn cấp dữ liệu của sản phẩm.
|
contentLanguage |
string
Ngôn ngữ nội dung của sản phẩm dưới dạng mã ngôn ngữ gồm hai chữ cái theo tiêu chuẩn ISO 639-1 (ví dụ: en).
|
productId |
string
Mã nhận dạng của sản phẩm. Để biết thêm thông tin, hãy xem https://support.google.com/manufacturers/answer/6124116#id.
|
attributes |
object (Attributes )
Thuộc tính của sản phẩm được tải lên Manufacturer Center. Các thuộc tính được chỉnh sửa thủ công sẽ được tính đến.
|
issues[] |
object (Issue )
Danh sách các vấn đề liên quan đến sản phẩm do máy chủ tạo.
|
destinationStatuses[] |
object (DestinationStatus )
Trạng thái của các vị trí.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-17 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-08-17 UTC."],[[["\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. |"]]