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]Optional. DEPRECATED. Feed id is not required for CSS Products. 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.