AI-generated Key Takeaways
-
Lists LIA settings for sub-accounts within a Merchant Center account using a GET request.
-
Requires providing the
merchantId
as a path parameter and optionallymaxResults
andpageToken
as query parameters. -
Response includes a list of LIA settings resources, potentially paginated with a
nextPageToken
. -
Utilizes the
content#liasettingsListResponse
schema for the response structure. -
Needs authorization with the
https://www.googleapis.com/auth/content
scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the LIA settings of the sub-accounts in your Merchant Center account.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/liasettings
Path parameters
Parameters | |
---|---|
merchantId |
The ID of the managing account. This must be a multi-client account. |
Query parameters
Parameters | |
---|---|
maxResults |
The maximum number of LIA settings to return in the response, used for paging. |
pageToken |
The token returned by the previous request. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"nextPageToken": string,
"kind": string,
"resources": [
{
object ( |
Fields | |
---|---|
nextPageToken |
The token for the retrieval of the next page of LIA settings. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |
resources[] |
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.