Requires authorization
Lists the configurations for datafeeds in your Merchant Center account. Try it now.
Request
HTTP request
GET https://www.googleapis.com/content/v2/merchantId/datafeeds
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
merchantId |
unsigned long |
The ID of the account that manages the datafeeds. This account cannot be a multi-client account. |
Optional query parameters | ||
maxResults |
unsigned integer |
The maximum number of products to return in the response, used for paging. |
pageToken |
string |
The token returned by the previous request. |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/content |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
JSON
{ "kind": "content#datafeedsListResponse", "nextPageToken": string, "resources": [ datafeeds Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "content#datafeedsListResponse" . |
|
resources[] |
list |
||
nextPageToken |
string |
The token for the retrieval of the next page of datafeeds. |
XML
<datafeeds> (foreach) datafeeds Resource (/foreach) </datafeeds>
Property name | Value | Description | Notes |
---|---|---|---|
datafeeds |
object |
||
datafeeds/datafeed |
nested object |
Datafeed configuration data. |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.