Product
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"parent": string,
"name": string,
"targetCountry": 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 지역 코드로 지정, 예: 미국).
contentLanguage - 2자리 ISO 639-1 언어 코드로 표시된 제품의 콘텐츠 언어입니다 (예: en).
productId - 제품의 ID입니다. 자세한 내용은 https://support.google.com/manufacturers/answer/6124116#id를 참고하세요.
|
targetCountry |
string
제품의 타겟 국가입니다(CLDR 지역 코드로 지정, 예: 미국).
|
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 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-10(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-10-10(UTC)"],[[["This documentation outlines the JSON representation of product data within the Manufacturer Center."],["The representation includes essential product identifiers such as parent ID, name, target country, content language, and product ID."],["Product data also comprises attributes, potential issues, and destination statuses, providing a comprehensive view of the product's information."],["Refer to external documentation for details on product ID format and managing product data in Manufacturer Center."]]],[]]