[[["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 auction package using its unique name."],["Requires an HTTP GET request to the specified URL with the auction package name as a path parameter."],["An empty request body is necessary, and a successful response will return an `AuctionPackage` object."],["Authorization is required with the `https://www.googleapis.com/auth/authorized-buyers-marketplace` scope."]]],["This document details retrieving an auction package by its name. The core action is a `GET` request to a specified URL: `https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{name=buyers/*/auctionPackages/*}`. The `name` parameter, a string, is required in the path, formatted as `buyers/{accountId}/auctionPackages/{auctionPackageId}`. The request body must be empty. A successful response returns an `AuctionPackage` instance, and the operation requires the `https://www.googleapis.com/auth/authorized-buyers-marketplace` OAuth scope.\n"]]