[[["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."],[],["This document outlines the process of retrieving a specific order via an HTTP GET request. The request URL uses gRPC Transcoding syntax and requires a `name` path parameter, formatted as \"sellers/*/orders/*\". The request body must be empty. A successful response returns an `Order` instance; otherwise, `PERMISSION_DENIED` or `NOT_FOUND` error codes are returned. Access requires the `https://www.googleapis.com/auth/doubleclickbidmanager` OAuth scope. An example GET request is provided, such as `/v1/sellers/321/orders/123`.\n"]]