[[["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-02-25 UTC."],[[["Lists the statuses of datafeeds in your Merchant Center account using the `GET` method."],["Requires a `merchantId` path parameter specifying the managing account."],["Allows pagination using `maxResults` and `pageToken` query parameters."],["Returns a list of `DatafeedStatus` resources and a token for retrieving further pages, if available."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document details how to retrieve datafeed statuses from a Merchant Center account. The core action is sending a `GET` request to `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/datafeedstatuses`, replacing `{merchantId}` with the relevant account ID. The request body must be empty. You can specify `maxResults` and `pageToken` as query parameters. The response body is a JSON object containing a list of datafeed statuses (`resources`), a `nextPageToken` for pagination, and a `kind` identifier. Access requires the `https://www.googleapis.com/auth/content` authorization scope.\n"]]