AccountsCssProductInputs
class AccountsCssProductInputs extends Resource (View source)
The "cssProductInputs" collection of methods.
Typical usage is:
$cssService = new Google\Service\Css(...);
$cssProductInputs = $cssService->accounts_cssProductInputs;
Methods
Deletes a CSS Product input from your CSS Center account. After a delete it may take several minutes until the input is no longer available.
Uploads a CssProductInput to your CSS Center account. If an input with the same contentLanguage, identity, feedLabel and feedId already exists, this method replaces that entry. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed CSS Product can be retrieved. (cssProductInputs.insert)
Details
CssEmpty
delete(string $name, array $optParams = [])
Deletes a CSS Product input from your CSS Center account. After a delete it may take several minutes until the input is no longer available.
(cssProductInputs.delete)
CssProductInput
insert(string $parent, CssProductInput $postBody, array $optParams = [])
Uploads a CssProductInput to your CSS Center account. If an input with the same contentLanguage, identity, feedLabel and feedId already exists, this method replaces that entry. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed CSS Product can be retrieved. (cssProductInputs.insert)