[[["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."],[[["Retrieves a specific promotion from your Merchant Center account using a GET request."],["Requires `merchantId` and promotion `id` as path parameters to identify the promotion."],["Returns the details of the requested promotion in the response body if successful."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["The core content describes how to retrieve a promotion from a Merchant Center account using a `GET` HTTP request. The request URL requires two path parameters: `merchantId`, the account ID, and `id`, the promotion's REST ID. The request body must be empty. A successful response will contain a `Promotion` instance. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The user can try it with the `try-it` button.\n"]]