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 - ম্যানুফ্যাকচারার সেন্টার অ্যাকাউন্টের আইডি। |
name | string ফর্ম্যাটে নাম {targetCountry}:{contentLanguage}:{productId} । targetCountry - CLDR টেরিটরি কোড হিসাবে পণ্যের টার্গেট দেশ (উদাহরণস্বরূপ, US)। contentLanguage - দুই-অক্ষরের ISO 639-1 ভাষা কোড হিসাবে পণ্যের বিষয়বস্তুর ভাষা (উদাহরণস্বরূপ, en)। productId - পণ্যের আইডি। আরও তথ্যের জন্য, https://support.google.com/manufacturers/answer/6124116#id দেখুন। |
targetCountry | string CLDR টেরিটরি কোড হিসাবে পণ্যের টার্গেট দেশ (উদাহরণস্বরূপ, US)। |
feedLabel | string ঐচ্ছিক। পণ্যের জন্য ফিড লেবেল. |
contentLanguage | string দুই-অক্ষরের ISO 639-1 ভাষা কোড হিসাবে পণ্যের বিষয়বস্তুর ভাষা (উদাহরণস্বরূপ, en)। |
productId | string পণ্যের আইডি। আরও তথ্যের জন্য, https://support.google.com/manufacturers/answer/6124116#id দেখুন। |
attributes | object ( Attributes ) ম্যানুফ্যাকচারার সেন্টারে আপলোড করা পণ্যের বৈশিষ্ট্য। ম্যানুয়ালি সম্পাদিত গুণাবলী বিবেচনায় নেওয়া হয়। |
issues[] | object ( Issue ) পণ্যের সাথে সম্পর্কিত সমস্যার একটি সার্ভার-উত্পন্ন তালিকা। |
destinationStatuses[] | object ( DestinationStatus ) গন্তব্যের অবস্থা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-14 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. |"]]