[[["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 LIA settings for sub-accounts within a Merchant Center account using a GET request."],["Requires providing the `merchantId` as a path parameter and optionally `maxResults` and `pageToken` 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."]]],["This document details how to retrieve LIA (Local Inventory Ads) settings for sub-accounts in a Merchant Center using a `GET` request. The request URL requires the managing account's `merchantId` as a path parameter. Optional query parameters, `maxResults` and `pageToken`, facilitate pagination. The request body must be empty. The successful response contains a JSON structure with fields: `nextPageToken`, `kind`, and an array of `resources` that has LIA settings. Authentication requires the `https://www.googleapis.com/auth/content` scope.\n"]]