[[["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."],[[["Lists all existing return policies for a specified merchant."],["Uses an HTTP GET request with the merchant ID as a path parameter."],["Requires an empty request body and returns a list of `ReturnPolicyOnline` objects in the response."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines the process to retrieve existing return policies via an API. A `GET` request is sent to the specified URL, including the required `merchantId` path parameter. The request body must be empty. Upon success, the response body will contain a JSON object with a list of `returnPolicies`. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. A \"Try it!\" section is available for direct testing.\n"]]