Csses
class Csses extends Resource (View source)
The "csses" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$csses = $contentService->csses;
Methods
get(string $cssGroupId, string $cssDomainId, array $optParams = [])
Retrieves a single CSS domain by ID. (csses.get)
listCsses(string $cssGroupId, array $optParams = [])
Lists CSS domains affiliated with a CSS group. (csses.listCsses)
updatelabels(string $cssGroupId, string $cssDomainId, LabelIds $postBody, array $optParams = [])
Updates labels that are assigned to a CSS domain by its CSS group.
Details
Css
get(string $cssGroupId, string $cssDomainId, array $optParams = [])
Retrieves a single CSS domain by ID. (csses.get)
ListCssesResponse
listCsses(string $cssGroupId, array $optParams = [])
Lists CSS domains affiliated with a CSS group. (csses.listCsses)