Page Summary
-
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.
Product data.
| JSON representation |
|---|
{ "parent" : string , "name" : string , "targetCountry" : string , "feedLabel" : string , "contentLanguage" : string , "productId" : string , "attributes" : { object ( |
| Fields | |
|---|---|
parent
|
Parent ID in the format |
name
|
Name in the format |
targetCountry
|
The target country of the product as a CLDR territory code (for example, US). |
feedLabel
|
Optional. The feed label for the product. |
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 https://support.google.com/manufacturers/answer/6124116#id . |
attributes
|
Attributes of the product uploaded to the Manufacturer Center. Manually edited attributes are taken into account. |
issues[]
|
A server-generated list of issues associated with the product. |
destinationStatuses[]
|
The status of the destinations. |


