[image: Profilbild von Thomas Langguth] Hi, i have a script that shows the errors in a merchant center, but no more errors are shown.. I found out that the ShoppingContent.Datafeedstatuses.list shows {
"datafeedId": "10xxx", "processingStatus": "success", "itemsValid": "14479", "lastUploadDate": "2023-05-04T10:00:00Z", "feedLabel": "AT", "itemsTotal": "14479", "kind": "content#datafeedStatus", "country": "AT", "language": "de" } but conforming to https://developers.google.com/shopping-content/reference/rest/v2.1/datafeedstatuses it should look like this: "datafeedId": string, "processingStatus": string, "errors": [ { object (*DatafeedStatusError* <https://developers.google.com/shopping-content/reference/rest/v2.1/datafeedstatuses#DatafeedStatusError> ) } ], "warnings": [ { object (*DatafeedStatusError* <https://developers.google.com/shopping-content/reference/rest/v2.1/datafeedstatuses#DatafeedStatusError> ) } ], "itemsTotal": string, "itemsValid": string, "lastUploadDate": string, "country": string, "feedLabel": string, "language": string, "kind": string} so the Errors and Warnings are gone... Is that correct or am i doing something wrong? I can see the Errors in the MC under Products/Diagnostics.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/13c29f9e-7100-4129-b9fd-41654a4956a6n%40googlegroups.com.