[[["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 online return policy for a given merchant."],["Requires merchant ID and return policy ID as path parameters."],["Returns a `ReturnPolicyOnline` object if successful."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines the process of retrieving an existing return policy via an HTTP GET request. The core action is using the provided URL structure, including the required `merchantId` and `returnPolicyId` path parameters. The request body must be empty. Upon success, the response body will contain a `ReturnPolicyOnline` object. Access requires OAuth authorization using the `https://www.googleapis.com/auth/content` scope. The document has a \"Try it!\" function, which allows the user to practice the call.\n"]]