[[["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-01-23 UTC."],[[["Retrieves detailed information about a specific Local Inventory Ads store."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Uses a `GET` request to the specified URL with the store's name as a path parameter."],["The request body should be empty, and a successful response will return an `LfpStore` object."]]],["The core content describes how to retrieve store information using a `GET` request to a specific URL: `https://merchantapi.googleapis.com/lfp/v1beta/{name=accounts/*/lfpStores/*}`. The `name` parameter, a string, is required in the path and follows the format `accounts/{account}/lfpStores/{target_merchant}~{storeCode}`. The request body must be empty. A successful response returns an instance of `LfpStore`. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]