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 भाषा कोड के तौर पर (उदाहरण के लिए, en).
productId - प्रॉडक्ट का आईडी. ज़्यादा जानकारी के लिए, https://support.google.com/manufacturers/answer/6124116#id पर जाएं.
|
targetCountry |
string
सीएलडीआर टेरिटरी कोड के तौर पर, प्रॉडक्ट का टारगेट किया गया देश (उदाहरण के लिए, US).
|
feedLabel |
string
ज़रूरी नहीं. प्रॉडक्ट के लिए फ़ीड लेबल.
|
contentLanguage |
string
प्रॉडक्ट के कॉन्टेंट की भाषा, दो अक्षरों वाले ISO 639-1 भाषा कोड के तौर पर (उदाहरण के लिए, en).
|
productId |
string
प्रॉडक्ट का आईडी. ज़्यादा जानकारी के लिए, https://support.google.com/manufacturers/answer/6124116#id पर जाएं.
|
attributes |
object (Attributes )
Manufacturer Center में अपलोड किए गए प्रॉडक्ट के एट्रिब्यूट. मैन्युअल तरीके से बदले गए एट्रिब्यूट को ध्यान में रखा जाता है.
|
issues[] |
object (Issue )
सर्वर से जनरेट की गई, प्रॉडक्ट से जुड़ी समस्याओं की सूची.
|
destinationStatuses[] |
object (DestinationStatus )
मंज़िलों की स्थिति.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]