[[["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 2024-09-18 UTC."],[[["Retrieves a specific finalized deal using its unique identifier, comprised of the buyer's account ID and the deal ID."],["Requires authorization with the `https://www.googleapis.com/auth/authorized-buyers-marketplace` scope for access."],["The request is made using an HTTP GET method to a structured URL endpoint."],["No request body is necessary, and a successful response provides the finalized deal details."]]],["The core content describes how to retrieve a finalized deal using its name. A `GET` request is sent to the specified URL, which includes a required `name` path parameter in the format `buyers/{accountId}/finalizedDeals/{dealId}`. The request body must be empty. A successful response returns a `FinalizedDeal` object. This process requires the OAuth scope `https://www.googleapis.com/auth/authorized-buyers-marketplace`.\n"]]