[[["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."],[[["This operation updates an existing online return policy for a specific merchant using a PATCH request."],["The request requires merchant ID and return policy ID to identify the target policy."],["Both request and response bodies utilize the `ReturnPolicyOnline` object for data transfer."],["Authorization with the `https://www.googleapis.com/auth/content` scope is necessary."]]],["This document outlines the process to update a return policy using a `PATCH` request to the provided URL. The `merchantId` and `returnPolicyId` are mandatory path parameters for identifying the target policy. The request body should contain an instance of `ReturnPolicyOnline`, and a successful response will also include an instance of `ReturnPolicyOnline`. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The document also allows you to use a try it feature.\n"]]