The country to get the datafeed status for. If this parameter is provided then language must also be provided. Note that this parameter is required for feeds targeting multiple countries and languages, since a feed may have a different status for each target.
feedLabel
string
The feed label to get the datafeed status for. If this parameter is provided then language must also be provided. Note that this parameter is required for feeds targeting multiple countries and languages, since a feed may have a different status for each target.
language
string
The language to get the datafeed status for. If this parameter is provided then country must also be provided. Note that this parameter is required for feeds targeting multiple countries and languages, since a feed may have a different status for each target.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DatafeedStatus.
[[["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 2024-10-30 UTC."],[[["Retrieves the status of a specific datafeed from a Merchant Center account using a GET request."],["Requires path parameters for `merchantId` and `datafeedId` to identify the account and datafeed."],["Accepts optional query parameters (`country`, `feedLabel`, `language`) to filter the status by target country and language."],["The request body should be empty, and the response will contain a `DatafeedStatus` object upon success."],["Authorization with the `https://www.googleapis.com/auth/content` scope is necessary."]]],[]]