- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieves the status of a datafeed from your Merchant Center account.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/datafeedstatuses/{datafeedId}
Path parameters
Parameters | |
---|---|
merchant |
The ID of the account that manages the datafeed. This account cannot be a multi-client account. |
datafeed |
The ID of the datafeed. |
Query parameters
Parameters | |
---|---|
country |
Deprecated. Use The country to get the datafeed status for. If this parameter is provided then |
feed |
The feed label to get the datafeed status for. If this parameter is provided then |
language |
The language to get the datafeed status for. If this parameter is provided then |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DatafeedStatus
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.