The comma-separated list of product attributes to be updated. Example: "title,salePrice". Attributes specified in the update mask without a value specified in the body will be deleted from the product. You must specify the update mask to delete attributes. Only top-level product attributes can be updated. If not defined, product attributes with set values will be updated and other attributes will stay unchanged.
[[["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 product in your Merchant Center account, modifying only the attributes specified in the request."],["You need to use an HTTP PATCH request with the product and merchant IDs in the URL path."],["A `updateMask` query parameter lets you control which attributes are updated or deleted, requiring a FieldMask format for listing the target attributes."],["The request body should contain a `Product` object with the desired updates, and the successful response will return the updated `Product` object."],["Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope."]]],["This document details how to update a product in a Merchant Center account using a PATCH request. The `merchantId` and `productId` are required as path parameters. The `updateMask` query parameter specifies which product attributes to modify or delete. The request body contains the updated product information, while the response body returns the updated product. This operation needs the `https://www.googleapis.com/auth/content` OAuth scope for authorization. The request endpoint is `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId}`.\n"]]