rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
Get the latest
on new Merchant API features, bug fixes, and updates.
add_alert
Note: Content API for Shopping will be sunset on August 18, 2026.
REST Resource: csses
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Css
Information about CSS domain.
JSON representation |
{
"cssDomainId": string,
"fullName": string,
"displayName": string,
"homepageUri": string,
"cssGroupId": string,
"labelIds": [
string
]
} |
Fields |
cssDomainId |
string (int64 format)
Output only. Immutable. The CSS domain ID.
|
fullName |
string
Output only. Immutable. The CSS domain's full name.
|
displayName |
string
Output only. Immutable. The CSS domain's display name, used when space is constrained.
|
homepageUri |
string
Output only. Immutable. The CSS domain's homepage.
|
cssGroupId |
string (int64 format)
Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only populated for CSS group users.
|
labelIds[] |
string (int64 format)
A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for CSS group users.
|
Methods |
|
Retrieves a single CSS domain by ID. |
|
Lists CSS domains affiliated with a CSS group. |
|
Updates labels that are assigned to a CSS domain by its CSS group. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["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. |"]]