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
รหัสระดับบนสุดในรูปแบบ accounts/{account_id} account_id - รหัสของบัญชี Manufacturer Center
|
name |
string
ชื่อในรูปแบบ {targetCountry}:{contentLanguage}:{productId} targetCountry - ประเทศเป้าหมายของผลิตภัณฑ์เป็นรหัสเขตแดน CLDR (เช่น US)
contentLanguage - ภาษาของเนื้อหาของผลิตภัณฑ์เป็นรหัสภาษา ISO 639-1 แบบ 2 ตัวอักษร (เช่น en)
productId - รหัสของผลิตภัณฑ์ ดูข้อมูลเพิ่มเติมได้ที่ https://support.google.com/manufacturers/answer/6124116#id
|
targetCountry |
string
ประเทศเป้าหมายของผลิตภัณฑ์เป็นรหัสเขตแดน CLDR (เช่น US)
|
feedLabel |
string
ไม่บังคับ ป้ายกำกับฟีดสำหรับผลิตภัณฑ์
|
contentLanguage |
string
ภาษาของเนื้อหาผลิตภัณฑ์เป็นรหัสภาษา ISO 639-1 แบบ 2 ตัวอักษร (เช่น en)
|
productId |
string
รหัสของผลิตภัณฑ์ ดูข้อมูลเพิ่มเติมได้ที่ 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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-17 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]