[[["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 a specific store's homepage information using a GET request."],["Requires the `name` path parameter in the format `accounts/{account}/homepage` to identify the desired homepage."],["The request body should be empty, and a successful response returns a `Homepage` object containing the store's homepage data."],["Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope."]]],["This document outlines the process of retrieving a store's homepage via an HTTP GET request. The request URL uses gRPC Transcoding syntax and requires a `name` parameter in the path, formatted as `accounts/{account}/homepage`. The request body must be empty. A successful response returns a `Homepage` instance. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. A \"Try it!\" function is available.\n"]]