The old value of the changed resource or attribute. If empty, it means that the product was created. Will have one of these values : (approved, pending, disapproved, ``)
newValue
string
The new value of the changed resource or attribute. If empty, it means that the product was deleted. Will have one of these values : (approved, pending, disapproved, ``)
regionCode
string
Countries that have the change (if applicable). Represented in the ISO 3166 format.
Reporting contexts that have the change (if applicable). Currently this field supports only (SHOPPING_ADS, LOCAL_INVENTORY_ADS, YOUTUBE_SHOPPING, YOUTUBE_CHECKOUT, YOUTUBE_AFFILIATE) from the enum value ReportingContextEnum
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["\u003cp\u003eThe JSON representation showcases changes to a product, including the previous and current values.\u003c/p\u003e\n"],["\u003cp\u003eIt incorporates region code and reporting context for a comprehensive view of the change.\u003c/p\u003e\n"],["\u003cp\u003eDetails of the change are provided through fields like \u003ccode\u003eoldValue\u003c/code\u003e, \u003ccode\u003enewValue\u003c/code\u003e, \u003ccode\u003eregionCode\u003c/code\u003e, and \u003ccode\u003ereportingContext\u003c/code\u003e.\u003c/p\u003e\n"]]],["The JSON representation describes product changes, detailing the `oldValue` and `newValue` as strings. The `regionCode` field, also a string, indicates the countries affected by the change. Lastly, `reportingContext`, an enum, specifies the context where the change is reported. This structure provides a detailed view of modifications, their scope, and the reporting environment.\n"],null,["# ProductChange\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe change that happened to the product including old value, new value, country code as the region code and reporting context.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"oldValue\": string, \"newValue\": string, \"regionCode\": string, \"reportingContext\": enum (/merchant/api/reference/rest/Shared.Types/ReportingContextEnum) } ``` |\n\n| Fields ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `oldValue` | `string` The old value of the changed resource or attribute. If empty, it means that the product was created. Will have one of these values : (`approved`, `pending`, `disapproved`, \\`\\`) |\n| `newValue` | `string` The new value of the changed resource or attribute. If empty, it means that the product was deleted. Will have one of these values : (`approved`, `pending`, `disapproved`, \\`\\`) |\n| `regionCode` | `string` Countries that have the change (if applicable). Represented in the ISO 3166 format. |\n| `reportingContext` | `enum (`[ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/ReportingContextEnum)`)` Reporting contexts that have the change (if applicable). Currently this field supports only (`SHOPPING_ADS`, `LOCAL_INVENTORY_ADS`, `YOUTUBE_SHOPPING`, `YOUTUBE_CHECKOUT`, `YOUTUBE_AFFILIATE`) from the enum value [ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/ReportingContextEnum) |"]]