[[["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-06-06 UTC."],[[["Retrieves the details of a specific online return policy for a given merchant."],["Requires providing the name of the return policy in the request URL using a specific format."],["Uses an empty request body and returns an `OnlineReturnPolicy` object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document details retrieving a merchant's return policy. The core action is a `GET` HTTP request to `https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*/onlineReturnPolicies/*}`. The request requires a `name` path parameter specifying the return policy's location. The request body is empty. A successful response returns an `OnlineReturnPolicy` object. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The URL structure follows gRPC Transcoding syntax.\n"]]