[[["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\u003eThe CSS resource provides information about the CSS domain, including its ID, name, display name, homepage, and affiliated CSS group.\u003c/p\u003e\n"],["\u003cp\u003eThe CSS domain can be represented in JSON format with specific fields for its attributes.\u003c/p\u003e\n"],["\u003cp\u003eKey methods for interacting with CSS domains include retrieving a single domain, listing domains affiliated with a CSS group, and updating labels assigned to a domain.\u003c/p\u003e\n"]]],["CSS domain information includes a unique ID, full and display names, homepage URI, CSS group affiliation ID, and assigned label IDs. Key actions involve retrieving a single CSS domain using its ID, listing multiple CSS domains linked to a specific CSS group, and updating the labels associated with a CSS domain by its group. The data is represented in JSON with string fields, including `cssDomainId`, `fullName`, `displayName`, `homepageUri`, `cssGroupId`, and `labelIds`.\n"],null,["# REST Resource: csses\n\n- [Resource: Css](#Css)\n - [JSON representation](#Css.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Css\n-------------\n\nInformation about CSS domain.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"cssDomainId\": string, \"fullName\": string, \"displayName\": string, \"homepageUri\": string, \"cssGroupId\": string, \"labelIds\": [ string ] } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `cssDomainId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. Immutable. The CSS domain ID. |\n| `fullName` | `string` Output only. Immutable. The CSS domain's full name. |\n| `displayName` | `string` Output only. Immutable. The CSS domain's display name, used when space is constrained. |\n| `homepageUri` | `string` Output only. Immutable. The CSS domain's homepage. |\n| `cssGroupId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only populated for CSS group users. |\n| `labelIds[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for CSS group users. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|--------------------------------------------------------------------|\n| ### [get](/shopping-content/reference/rest/v2.1/csses/get) | Retrieves a single CSS domain by ID. |\n| ### [list](/shopping-content/reference/rest/v2.1/csses/list) | Lists CSS domains affiliated with a CSS group. |\n| ### [updatelabels](/shopping-content/reference/rest/v2.1/csses/updatelabels) | Updates labels that are assigned to a CSS domain by its CSS group. |"]]