Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccountsCssProductInputsInsertOptions

import type { AccountsCssProductInputsInsertOptions } from "https://googleapis.deno.dev/v1/css:v1.ts";

Additional options for CSS#accountsCssProductInputsInsert.

interface AccountsCssProductInputsInsertOptions {
feedId?: bigint;
}

§Properties

§
feedId?: bigint
[src]

Required. The primary or supplemental feed id. If CSS Product already exists and feed id provided is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS Products yet.