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

Product

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

Product data.

interface Product {
attributes?: Attributes;
contentLanguage?: string;
destinationStatuses?: DestinationStatus[];
issues?: Issue[];
name?: string;
parent?: string;
productId?: string;
targetCountry?: string;
}

§Properties

§
attributes?: Attributes
[src]

Attributes of the product uploaded to the Manufacturer Center. Manually edited attributes are taken into account.

§
contentLanguage?: string
[src]

The content language of the product as a two-letter ISO 639-1 language code (for example, en).

§
destinationStatuses?: DestinationStatus[]
[src]

The status of the destinations.

§
issues?: Issue[]
[src]

A server-generated list of issues associated with the product.

§
name?: string
[src]

Name in the format {target_country}:{content_language}:{product_id}. target_country - The target country of the product as a CLDR territory code (for example, US). content_language - The content language of the product as a two-letter ISO 639-1 language code (for example, en). product_id - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.

§
parent?: string
[src]

Parent ID in the format accounts/{account_id}. account_id - The ID of the Manufacturer Center account.

§
productId?: string
[src]

The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.

§
targetCountry?: string
[src]

The target country of the product as a CLDR territory code (for example, US).