[[["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 return policies for a given Merchant Center account using a simple GET request."],["Requires the `merchantId` as a path parameter to identify the specific Merchant Center account."],["Responds with a `returnpolicyListResponse` containing an array of `ReturnPolicy` resources upon successful execution."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines how to list return policies for a Merchant Center account. A `GET` request is sent to the specified URL, including the `merchantId` in the path. The request body must be empty. The response includes a JSON structure with a `kind` field and an array of `resources`, each representing a return policy object. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]