[[["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."],[[["Updates labels assigned to a Merchant Center account by a CSS user."],["Requires a POST request to the specified URL with merchant ID and account ID as path parameters."],["The request body must contain an AccountsUpdateLabelsRequest object specifying the label IDs to be assigned."],["Upon successful execution, the response will contain a confirmation with kind as `content#accountsUpdateLabelsResponse`."],["Authorization requires the `https://www.googleapis.com/auth/content` scope."]]],["This document details the process for updating labels on a Merchant Center account via an API. It uses a `POST` request to `updatelabels` with the managing account's `merchantId` and the target account's `accountId` in the path. The request body, an `AccountsUpdateLabelsRequest`, includes an array `labelIds` to assign. The successful response includes a JSON with the field `kind` equal to `content#accountsUpdateLabelsResponse`. The request requires the `https://www.googleapis.com/auth/content` authorization scope.\n"]]