CSS
import { CSS } from "https://googleapis.deno.dev/v1/css:v1.ts";
Programmatically manage your Comparison Shopping Service (CSS) account data at scale.
§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.
Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input}, where the last section css_product_input
consists of 3 parts: contentLanguagefeedLabelofferId. Example: accounts/123/cssProductInputs/deDErawProvidedId123
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.
Required. The account where this CSS Product will be inserted. Format: accounts/{account}
Updates the existing Css Product input in your CSS Center account. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed Css Product can be retrieved.
Identifier. The name of the CSS Product input. Format: accounts/{account}/cssProductInputs/{css_product_input}
, where the last section css_product_input
consists of 3 parts: contentLanguagefeedLabelofferId. Example: accounts/123/cssProductInputs/deDErawProvidedId123
Retrieves the processed CSS Product from your CSS Center account. After inserting, updating, or deleting a product input, it may take several minutes before the updated final product can be retrieved.
Required. The name of the CSS product to retrieve. Format: accounts/{account}/cssProducts/{css_product}
Lists the processed CSS Products in your CSS Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested. After inserting, updating, or deleting a CSS product input, it may take several minutes before the updated processed CSS product can be retrieved.
Required. The account/domain to list processed CSS Products for. Format: accounts/{account}
Retrieves a single CSS/MC account by ID.
Required. The name of the managed CSS/MC account. Format: accounts/{account}
Creates a new label, not assigned to any account.
Required. The parent account. Format: accounts/{account}
Lists the labels owned by an account.
Required. The parent account. Format: accounts/{account}
Updates a label.
Identifier. The resource name of the label. Format: accounts/{account}/labels/{label}
Lists all the accounts under the specified CSS account ID, and optionally filters by label ID and account name.
Required. The parent account. Must be a CSS group or domain. Format: accounts/{account}
Lists the daily call quota and usage per group for your CSS Center account.
Required. The CSS account that owns the collection of method quotas and resources. In most cases, this is the CSS domain. Format: accounts/{account}