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} 형식의 상위 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
선택사항입니다. 제품의 피드 라벨입니다.
|
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 )
대상 위치의 상태입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]