[[["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-30 UTC."],[[["Retrieves a specific product from a Merchant Center account using its unique product and merchant IDs."],["Requires authorization using OAuth 2.0 with the `https://www.googleapis.com/auth/content` scope."],["Utilizes an HTTP GET request with the product and merchant IDs specified as path parameters."],["The response, upon success, provides a detailed representation of the product in JSON format as defined by the `Product` schema."],["No request body is needed for this operation."]]],["This document details retrieving a product from a Merchant Center account. The `GET` request is made to a specific URL using the `merchantId` and `productId` as path parameters. The `merchantId` identifies the account, and the `productId` identifies the product. The request body must be empty. A successful response returns a `Product` instance. The request requires the `https://www.googleapis.com/auth/content` OAuth scope for authorization.\n"]]