[[["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."],[[["\u003cp\u003eAccountLabel is a label assigned by CSS domain or CSS group to its sub-accounts, represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eLabels can be of type MANUAL or AUTOMATIC, indicating creation method.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage AccountLabels with methods to create, delete, list, and update them.\u003c/p\u003e\n"],["\u003cp\u003eKey AccountLabel fields include labelId, accountId, name, description, and labelType.\u003c/p\u003e\n"]]],["Account labels, assigned by a CSS domain or group to sub-accounts, are defined by `labelId`, `accountId`, `name`, `description`, and `labelType`. Labels can be `MANUAL` or `AUTOMATIC`. Key actions include: creating new labels, deleting labels and removing them from accounts, listing labels assigned to a specified account, and updating existing labels. The `labelType` is an output only field. Each label has an unique string identifier.\n"],null,["# REST Resource: accounts.labels\n\n- [Resource: AccountLabel](#AccountLabel)\n - [JSON representation](#AccountLabel.SCHEMA_REPRESENTATION)\n- [LabelType](#LabelType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AccountLabel\n----------------------\n\nLabel assigned by CSS domain or CSS group to one of its sub-accounts.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"labelId\": string, \"accountId\": string, \"name\": string, \"description\": string, \"labelType\": enum (/shopping-content/reference/rest/v2.1/accounts.labels#LabelType) } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| `labelId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The ID of the label. |\n| `accountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Immutable. The ID of account this label belongs to. |\n| `name` | `string` The display name of this label. |\n| `description` | `string` The description of this label. |\n| `labelType` | `enum (`[LabelType](/shopping-content/reference/rest/v2.1/accounts.labels#LabelType)`)` Output only. The type of this label. |\n\nLabelType\n---------\n\nThe label type.\n\n| Enums ||\n|--------------------------|-------------------------------------------------------------------|\n| `LABEL_TYPE_UNSPECIFIED` | Unknown label type. |\n| `MANUAL` | Indicates that the label was created manually. |\n| `AUTOMATIC` | Indicates that the label was created automatically by CSS Center. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------|----------------------------------------------------------------------------|\n| ### [create](/shopping-content/reference/rest/v2.1/accounts.labels/create) | Creates a new label, not assigned to any account. |\n| ### [delete](/shopping-content/reference/rest/v2.1/accounts.labels/delete) | Deletes a label and removes it from all accounts to which it was assigned. |\n| ### [list](/shopping-content/reference/rest/v2.1/accounts.labels/list) | Lists the labels assigned to an account. |\n| ### [patch](/shopping-content/reference/rest/v2.1/accounts.labels/patch) | Updates a label. |"]]